搜索资源列表
apihooktest2
- 一、前言 前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明 总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
Hooker2.5
- 一个记录键盘的完整程序,采用dll注入方式hook API,有完整的dll代码和注入程序的代码,及lzw压缩算法的完整代码。-a record keyboard integrity procedures used dll injected hook API, a complete dll injection procedure code and the code, and the compression algorithm 4,558,302 integrity code.
HOOKWindowsAPI
- 1. 内容 2. 介绍 3. 挂钩方法 3.1 运行前挂钩 3.2 运行时挂钩 3.2.1 使用IAT挂钩本进程 3.2.2 改写入口点挂钩本进程 3.2.3 保存原始函数 3.2.4 挂钩其它进程 3.2.4.1 DLL注入 3.2.4.2 独立的代码 3.2.4.3 原始修改 4. 结束语-1. Content 2. Introduction 3. Linked to the former method of oper
微软研究院的开发包
- 可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动。-can intercept specific process api Microsoft Development Kit 1.5, which has Microsoft's source code, and I made two of the test case, an injection is dll process, a yes dll
usp10 利用usp10.dll 达到 注入及 HOOK 的目的
- 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
rx
- 热血游戏*原代码,使用CreateProcess方式注入。还包含一个截取封包的小程序。-Blood game plug-in source code, use the CreateProcess method injection. Also includes an intercept packets applet.
filemon
- APISets injection code
HookToolsrc
- 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
bypass_dllinj_wbti
- Dll injection method based in thread injection or based in code injection in any thread diferent to main
inject-code
- Code injection, this is a code for hooking the process memory.
Src
- 以前学习PE格式和游戏*还有病毒的时候写的一个半成品.主要功能有PE查看器.进程浏览器.内存修改器,以及网络嗅探器. DLL注入,代码注入,*-Before learning PE format and game hacking and when the virus writing a semi-finished products. The main function have PE viewer. Process the browser. Memory modifier, and
WMGame
- *中常用注入代码的方法,以及如何访问内存-Code injection method commonly used in the plug-in, and how to access memory
zhru
- VB注入器!很给力的注入工具代码!大家可以学习学习!-VB injector! We can learn from code injection tool is to force!
inj_no_dll
- Sample source code injection without using D-Sample source code injection without using DLL
DLL-Injection
- Code to inject a DLL into a proce-Code to inject a DLL into a process
Code-injection-three-methods
- 代码注入的三种方法:WindowsHook,CreateRemoteThread和WriteProcessMemory,CreateRemoteThread和LoadLibrary-The code injection three methods: WindowsHook CreateRemoteThread and WriteProcessMemory CreateRemoteThread and LoadLibrary
WGClient
- VC++ 6.0写的注入天龙八部的程序代码-VC++ 6.0 write program code injection Dragon
soft
- MFC中关于代码注入的几种方法,非常不错的代码注入教程-MFC regarding code injection in several ways, very good code injection tutorial
InjectExplorer
- 远程代码注入到桌面,显示helloworld对话框-Remote code injection to the desktop, the dialog box displays helloworld
CodeInject
- 代码注入例子,有DLL和例子的代码 代码完整可运行-Code injection example, there are DLL and examples of code
