搜索资源列表
HookLibrary
- Hook Api Library 0.2 [Ring0&3] By Anskya Email:Anskya@Gmail.com ring3 inline hook For Api Thank: 前29A高手也一直都是我的偶像...z0mbie大牛...这里膜拜一下 使用的LDE32引擎是翻译他老人家的...C->Delphi... 说明: 1.利用堆栈跳转 没有使用传统的jmp xxxx 长跳转,使用容易理解的push xxx
用于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
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~
44fsd64fwsdf
- 用过卡巴斯基的朋友都知道,卡巴斯基的进程是无法杀掉的,在任务管理器中杀卡巴进程的话,会弹出一个消息框提示拒绝访问!那么这是怎么实现的呢?很简单,就是使用了HOOK API的方法。 我用delphi来写程序好了,先写个dll。-Used Kaspersky' s friends all know, the the Kaspersky process is unable to kill the, Kabbah process in the Task Manager to kill, wil
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