搜索资源列表
nhdemo
- 屏幕取词最终完美版,注释详细,bug已补,有说明原理。-Capture Characters from Screen perfect final version of the Notes detailed bug has been completed, a descr iptive theory.
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
HookProcess.rar
- 进程挂钩,过滤显示信息,实现进程隐藏功能,代码注释详细,Process linked to filter the display of information, the realization of the process of hidden features, a detailed code Notes
API-Hook
- Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the
DLLremoteinject
- DLL远程注入技术范例, 详细注释说明如何把一个DLL远程注入到另外的进程里面,利用钩子监视外进程的消息。-Examples of long-range DLL injection technique, detailed notes on how to bring a long-range DLL is injected into another process which, to use hooks to monitor the news outside the process.
KeyboadMonitor
- VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C
DLLaPI
- 详细的笔记。记截着如何注入到没有权限的CSRSS进程,但是注意一般不要注入到CSRSS要不然会蓝屏-Detailed notes. Remember how to cut into without permission CSRSS process, but generally do not pay attention or else will be injected into the blue screen CSRSS
KeyboardHook
- 自己写的一个用于记录键盘按键的程序,对不同按键做不同说明-Their own written records of a keyboard key for the process, so different keys for different notes
api
- 很好的API拦截教程HOOK实战例子,图文结合,注释详细,相信大家看了之后都应该知道如何HOOK了,其实也很简单!希望能给大家带来帮助-HOOK good practical example of API interception tutorial, graphic combination of detailed notes, I believe we all should know how to look after the HOOK, but in fact is very simple!
VBreadwrite-memoryDLLDemo
- 驱动读写内存用C++编写,并用VB进行实例操作,并带有详细注释。-Drive read-write memory written in C++, VB and used to instantiate operation, and with detailed notes.
