搜索资源列表
用于HOOKwindow下API函数
- 这是一个免费的库,用于HOOKwindow下API函数,This is a free library for the API function under HOOKwindow
HOOK_WriteProcessMemory.rar
- HOOK WriteProcessMemory,HOOK WriteProcessMemory
CreateProcess
- delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
IAT-API-Hook
- Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
DirectXHook_8_9
- DirectX 8 and 9 api hooks
apihook-dephi
- delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
dllhook
- WINMM劫持技术 系统劫持修改特定内存值-WINMM HOOK API
Delphi_hook
- delphi 下使用hook的说明,学习原理使用,具体使用时需要改进-delphi Note the use of hook and learn the principle of the use of, the specific use needs to be improved
filecreate-experiment
- CreateFile Hook with Delphi with AdvHooKLib
IATHOOK
- IAT HOOK I just try to hook a api call with John Chamberlain s source code. The code works, but nothing happen when i call CreateProcess in an other application. Why
hook
- Hooking function MessageBox
HOOKAPI
- 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
API_NET
- api函数recvfrom()的拦截代码,在以前拦截的recv函数基础上拓展而来,追加调用部分代码。 具体功能:拦截api函数recvfrom。-api function recvfrom () to intercept the code block in the past based on the recv function to expand from an additional part of the code call. Specific functions: intercept a
3483294dg3
- Remote Adimin tool(Hook+API)-Remote Adimin tool(Hook+API)!!!!!
BmsApiHook22_06_2005(2)
- hook com as api do windows muito bom
MagicApiHook
- Delphi Source Code: === === === === === === === ==== Magic Api Hook Engine v1.0 - Date: 2006.04.24 this is a simple all around process api hooker UserMode(Ring3) just for WinNT family By: Magic_h2001 - magic_h2001@yahoo.com Home: http://m
MagicApiHooks
- api函数HOOK. 多个完整例子. HOOK学习的好资料.-apihook. very easy~
prtprocess
- delphi 利用API HOOK禁删文件,保护进程-delphi using API HOOK undeletable files, protection process
ring3下实现HOOK API续之进程防杀
- When does the math contest end? False! God's surprise! Punch the clock! Everybody feels like it's home. The high priest is beating
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of