文件名称: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 API is usually not in that way. Most of them are inline Hook API. In fact, it is directly to modify the API source to intercept the head, let it unconditionally jump to our own processing process.)
论坛里有关于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 API is usually not in that way. Most of them are inline Hook API. In fact, it is directly to modify the API source to intercept the head, let it unconditionally jump to our own processing process.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
DelphiHookApi.docx | 21733 | 2018-02-04 |
hookdll.cfg | 390 | 2018-02-04 |
hookdll.dof | 2014 | 2018-02-04 |
hookdll.dpr | 3722 | 2018-02-04 |
hookdll.res | 876 | 2018-02-04 |
hookdll.~dpr | 3724 | 2018-02-04 |
unitHook.dcu | 2527 | 2018-02-04 |
unitHook.pas | 1871 | 2018-02-04 |
测试 | 0 | 2018-02-04 |
测试\hookdll.dll | 89600 | 2018-02-04 |
测试\Project1.cfg | 390 | 2018-02-04 |
测试\Project1.dof | 2014 | 2018-02-04 |
测试\Project1.dpr | 188 | 2018-02-04 |
测试\Project1.exe | 373248 | 2018-02-04 |
测试\Project1.res | 876 | 2018-02-04 |
测试\Unit1.dcu | 4229 | 2018-02-04 |
测试\Unit1.ddp | 51 | 2018-02-04 |
测试\Unit1.dfm | 842 | 2018-02-04 |
测试\Unit1.pas | 940 | 2018-02-04 |
测试\Unit1.~dfm | 842 | 2018-02-04 |
测试\Unit1.~pas | 942 | 2018-02-04 |