文件名称:delphi HOOK 技术
-
所属分类:
- 标签属性:
- 上传时间:2018-02-05
-
文件大小:272kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.