搜索资源列表
IATroot
- IATroot为一款以Hook IAT表中的输入函数为基础的一款RootKit,功能比较完整,其中自带一个Native API的开发库及源代码。-IATroot Hook to one to table the IAT input function-based one RootK it, more functional integrity, which own a Native API development libraries and source code.
PRMonitor
- 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏
CeApiSpy
- 这软件可以截获系统api操作, 如文件操作, CreatProcess, LoadLibary, 为开发和Bug调试提供方便。 也可以成为病毒扫描, 文件加解密, 程序控制的一部分-This software can be intercepted system api operation, such as file operations, CreatProcess, LoadLibary, for the development and Bug facilitate debugging. Can
QQVoiceSpySrc
- 我自己写的QQ和MSN语音聊天窃听器,可以把语音聊天内容录下来,可以保存成PCM, MP3,WAV等格式。 用到了API HOOK知识还有Detour库,值得一看哦。 用VC6.0开发-I wrote it myself QQ and MSN voice chat listening devices, voice chat can be recorded, you can save as PCM, MP3, WAV and other formats. Also used the API
socket_hook
- 详细说明利用自己开发的Wsock32.dll文件替换C:\Windows\System32\Wsock32.dll文件,以此实现截包功效!-Detailed descr iption of the use of their own to replace Wsock32.dll file C: \ Windows \ System32 \ Wsock32.dll documents in order to achieve effectiveness cut-off package!
WindowsAPISoruces
- windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
QQDuiDuiPengWaiGua
- 这是朋友制作的简易QQ对对碰外挂的源码,使用CSharp开发,虽然还不完善,但是从中可以学习到,使用Windows API获取并操作其它程序的方法。为了上传快速,里面没有可执行文件,须重新生成方可运行。-This is a friend made a simple plug-QQ pairs touch the source code, using CSharp development, although not perfect, but you can learn from, use the
bscl
- 变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game wil
VC_Programming_HOOK_Api_example_code
- VC编程开发 HOOK Api实例代码VC Programming HOOK Api example code -VC Programming HOOK Api example code
apihook
- C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
WinMain
- 一个开发VC++API的实例说明!有助于理解VC的API原理应用-A development instance of VC++ API Help! The API will help understand the principles of application of VC
UG-OPEN-API
- UG OPEN API编程基础,希望对UG二次开发和参数化设计有帮助-UG OPEN API based programming, in the hope UG secondary development and parametric design help
API-Hooking-with-MS-Detours
- 一个使用detours进行API拦截的程序,使用VC++ 6.0开发。-a program using detours to hook windows apis.
ApiHookTest
- VC6.0开发的API HOOK,极有参考价值。-VC6.0 development of the API HOOK, valuable reference.
detours
- 一个用于做HOOK开发的库,已经修改过,有32位和64位两种支持-the library which provide the function to HOOK the system API.
Lotus-develop
- 详细介绍开发lotus应用程序的流程及方式,包括api函数的功能介绍等-Details lotus application process, including the functionality of the api functions introduced
InjLib
- 代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注
Detours-3.0-Express
- 微软Detours钩子库的DLL版。采用VS2012重新编译,生成stdcall的DLL,方便其他开发工具调用。已经测试了可以在Delphi中调用成功。-Microsoft Detours hook API, DLL version . Recompiled using VS2012 to generate stdcall functions, facilitate other development tools called. Have tested can be successfully i
CTP-API
- CTP的接口API,CTP是上期技术开发的启动下单交易接口-CTP API