搜索资源列表
-
0下载:
Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
-
-
0下载:
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a h
-
-
0下载:
| |
| 实现原理: |
| 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 |
| 其它键盘消息使用普通钩子技术 |
| |
| 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 |
| 只有Delphi、VC程序员才可能使用的技术,同时目前诸多* |
| 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 |
| 注入后无进程、无文件
-| | | Principle: | | lock Ctr
-
-
0下载:
注入技术简述:
本实例其实是一个查看工具。完成以下的几个功能:
1、查看系统当前的运行进程;
2、查看系统当前的运行线程;
3、查看系统中运行某个进程中包含的DLL列表;
4、通过创建远程线程的方法将DLL注入到目标进程中:
5、通过Hook方法将DLL注入到目标进程中:
-A brief injection technique: This example is actually a view tool. Completion
-
-
0下载:
dll库,远程注入,分配内存,设置全局钩子,消息分析,只要消息分析好流程,可以自己添加发送消息函数,别让自己点太多的鼠标-dll libraries, remote injection, allocate memory, set the global hook, news analysis, as long as the message of good process, you can send a message to add their own functions, do not let
-
-
0下载:
一套进程注入类,直接继承CInjectHookMsg,修改一些参数就可远程注入hookapi,CShowTextInjectHookMsg是一个实例类-A set of classes into the process, the direct successor Inject Hook Msg, modify some of the parameters can be remote injection hookapi, CShowTextInjectHookMsg is an instance
-
-
0下载:
易语言远程HOOK最新源代码,适合专一HOOK的需求-Easy language remote HOOK latest source code, suitable for the needs of specific HOOK
-