搜索资源列表
APIHook.zip
- APIHook的源代码,可以实现windows API钩子的功能,修改API的功能及插入自已的执行代码!
HookAPI 1.7 Windows API钩子程序
- 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用. 支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
lyftools20
- 一个封装了500多个Windows API的控件(254KB)-a package of over 500 Windows API control (254KB)
Windows API源代码
- windowsAPI编程的例子,用户可以直接查看并使用-windowsAPI Programming example, the user can directly view and use
hooking-api
- api hook 程序,可以用于挂钩windows系统下的api 函数,进行改造后功能将会更强大。-api hook procedures can be used to link the windows api system function, after transforming function will be more powerful.
VB API范例 150例
- 通过实例详细介绍了WINDOWS API函数的使用
getword.zip
- 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。,Mouse capture word. Use API hook tech to get word from all over screen.
20080323224000244
- api hook windows 编程-api hook windows programming
hookvs2008
- 用VC2008编写的Windows hook 例程。-VC2008 prepared using Windows hook routines.
WindowsAPISoruces
- windows API(清华大学冉林仓编著)源代码,包括8章。本书在介绍Win 32 API函数调用的基础上,重点介绍如何使用Windows SDK API开发Win 32动态链接库和应用程序,并结合进程管理、进程通信、钩子函数、窗口子类化、API HOOK、Internet Explorer开发、网络编程等介绍了API函灵敏在这些方面的综合应用。 本书中的实例源代码可通过 本书主要面向熟悉Windows开发且有一定编程基础的中高级用户,旨在帮助用户提高系统编程的能力。-windows AP
winapioverride32_src
- win api override32, 用于windows api hook-win api override32, for api hook under windows
HideDriver_source
- The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), Enum
Windows-API
- Windows Api 速查手册,可以快速查阅相关api-Windows Api Quick Reference, you can quickly access relevant api
API-five-cicle
- 适合初学者,这是一个五环实例,用windows API编写,可以通过调试里面的sleep()函数还调整每一环之间的时间间隔-For beginners, this is a five rings example, with Windows API, can write through the inside of the commissioning sleep () function also adjust each the time interval between the ring
windows-api
- 实现vc最基本的api编程,代码详细,适合初学者。-Vc api to achieve the most basic programming code in detail.
API-Hooking-with-MS-Detours(bin)
- Show to hook some windows api. this is like the famous detours from microsoft.* Here the source version of the solution-Show how to hook some windows api. this is like the famous detours from microsoft.* Here the source version of the solutio
Windows API Hook实例
- Windows API hook实例,帮助初学Hook者学习
API-HOOK
- windows基于API的钩子技术案例,visual c++ 6编译坏境-Sample of Hook based at Windows API
API Hook完全手册
- API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。(API HOOK technology is a technique used to change the execution results of API, and Microsoft itself uses this technology in Windows operating systems, such as Windows comp
钩子示例
- C#通过windows API 操作其他软件,改变软件中的值(C# changes the value of the software by operating other software through windows API)