搜索资源列表
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
3483294dg3
- Remote Adimin tool(Hook+API)-Remote Adimin tool(Hook+API)!!!!!
APIhook
- 用Delphi写的API钩子,截获API函数-Using Delphi to write the API hook, intercepted API functions
BmsApiHook22_06_2005(2)
- hook com as api do windows muito bom
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
chmkit
- 彻底解决delphi加载chm文件的文件,有了它你就可以直接从内存中或者从资源中加载chm文件。- This Kit contains two Delphi Units to give you access to the HTML Help API via Delphi 3 or 4. o HH.PAS ........ Constants and interface to MS Html Help API.
HookApiLib
- HookApiLib, Hook Api Library for Delphi 7+
Delphi-Socket
- 对应用程序发送和接收的网络数据进行拦截,HOOK目标进程的发送和接收的API函数,原理是利用消息钩子将DLL中的代码注入到目标进程中,再用GetProcAddress得到API函数入口地址,将函数入口址改为自己 定义的函数入口,这样就得到了API函数的相应参数,处理完后,再改回真实API函数入口地址,并调用它。- U5BF9 u5E9 u7281 u7R3 u7R0 U53D1 u9101 u5A1 u6A1 u7681 u7681 u6681 u6681 u66
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