搜索资源列表
一个远程进程注入工具
- 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
银河远程控制
- 该远程控制融合了文件管理 屏幕控制 注册表管理 进程管理 等等功能 属于中上水平
C#进程注入
一份功能极其强大的远程进程注入程序
远程进程查看
远程进程查看
进程守护软件
- 护软件启动时自动启动设定的进程,进程退出后,守护软件会自动重新启动,可以设定telnet远程登录的用户名和密码,可以通过telnet控制守护软件-security software activated automatically activated when setting process, following the withdrawal process, to guard the software will automaticall
Win2k下进程不死术
- 此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:\下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of
OS2005
- 在linux平台上实现两个进程之间的交互。一客户进程向一远程进程提交一道作业;远程进程完成作业后向客户进程返回执行结果或者是结束的信息。-in achieving process between the two interactive. A process to a client process to submit a long-range operations; Remote operations after the completi
计算机远程监控
- 计算机远程监控,可以对局域网内的所有计算机进行远程控制,能进行锁定,开关机,进程控制,发送消息,发送控制台命令。-Control all computers in a LAN, can lock, close or startup them, and can also control their processes, send message and console command to them.
一个远程进程注入工具
- 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的
NT环境下进程隐藏的实现
- NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL
进程注入器
- 一个远程注入动态连接库的程序,也可以卸载模块-a remote DLL injection procedures can also uninstall module
Inject
- 一个大牛给我的代码,教你如何插入远程进程。。写的很不错。。。不过我没实现,希望大家多交流-a large cattle gave me the code, to teach you how to insert the remote process. . Writing is pretty good. . . However, I never realized, we hope more exchanges,
udpattack
- 远程反弹*软件 主要功能:1、远程文件访问。包括文件上传、下载、文件。(夹)更名、文件删除、文件运行、文件查找、远程创建文件夹、远程清空文件夹等。 2、远程关机、启动、注销、修改组织名、用户名。 3、远程*、鼠标控制、锁定键盘鼠标、模拟特别键功能。 4、远程注册表模拟器、快速注册表修改。 5、远程消息发送、远程进程控制。 6、远程查看剪贴板、当前活动窗体名、隐藏桌面图标、隐藏任务栏、隐藏开始按钮等。 7、远程系统命令
spyImpl
- spy++的简单实现,用到了远程进程的代码注入和启动远程线程-spy the simple realization of a long-range process used in the code and initiate a remote injection Thread
LibSpy_src
- 通过远程进程注入获取 迅雷的密码。 通过远程进程注入获取 迅雷的密码。 -Process through remote access Thunderbolt password. Process through remote access Thunderbolt password.
SEU_Peeper
- 远程控制,通过在目标主机上运行配置好的server程序连接到客户端,有屏幕监控,文件传输,远程进程管理等功能 -Remote control, through the run in the target host server configured to connect to the client, have the screen control, file transfer, remote process management a
ExcuteInjectDllTest
- 一个利用远程进程开启dll的源程序;功能:搜索系统进程id,如explorer.exe,并利用此进程进行加载d-A remote process using open source dll functions: search system process id, such as explorer.exe, and use this process to load d
cs
- 实现远程进程关闭的功能,而且是一对多的cs模式-Remote process, shutdown function, but also one to many model cs
创建远程进程实现进程守护
- 实现进程保护,隐藏进程,实现进程不被非法关闭(THREAD PROTECT..Hello)