搜索资源列表
ProcessMng
- 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
xianchengcharu
- 远程插入线程,线程注入,本例通过注入windows自带的计算机来讲解,本例子分两部分,一个是源程序,一个是DLL文件,并通过DLL传递数据,消息拦截,实习了对被注入程序的各种消息嗅探。-Remote into the threads, thread injection, in this case comes through the windows into the computer to explain, in this case in two parts, one source, one DL
Remote_into_the_sourcecode
- 为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增
dll-into-exe
- 进程注入的最简单示例代码,VC6.0平台,-process injection sample On windows system