搜索资源列表
LoadExe.rar 注入别的进程代码示例
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。
SSDT
- 挂钩SSDT,通过驱动和hook函数进行进程控制。
在Windows 2003中HOOK ZwCreateProcessEx
- 工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
vc_hook_control_process_used_to_create
- vc利用钩子控制进程的创建vc hook control process used to create-vc hook control process used to create
liyonggouzikongzhijinchengchuangjian
- 这是一个利用钩子控制进程创建的源代码,利用了进程创建函数 -Use hooks control process creation of source code
rebound-trajon
- 一款反弹 DLL注入* 采用反弹端口的方式连接控制端 并采用DLL进程注入方式隐藏-rebound port trojan
VCppCreateProcess
- visual c++ hook createprocess.监控进程 控制进程的运行,运用钩子技术,hook住createprocess,很适合学习。-visual c++ hook createprocess. monitor the operation of the process control process, the use of hook technology, the hook to live createprocess, very suitable for learning.