Location:
Search - delphi hook api
Search list
Description: 制作API钩子,截获API的源码-production API hook to intercept the source API
Platform: |
Size: 176128 |
Author: 何心 |
Hits:
Description: 截获socket的api hook-intercepted socket api hook
Platform: |
Size: 395264 |
Author: 陈大 |
Hits:
Description: const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
Platform: |
Size: 198656 |
Author: 黄春标 |
Hits:
Description: delphi对windows高级编程的很多例子:delphi实现屏幕落雪效果,按键转汉字,模拟输入法程序,利用消息钩子屏蔽定时器,利用窗口过程钩子截获QQ账号,判断用户目前是否在操作电脑-the windows of many high-level programming examples : delphi screen snow effect keys to Chinese characters, analog input procedures, the use of news hook shielding timers, the process of using the window hook intercepted QQ account, judge whether the user to operate a computer ... .
Platform: |
Size: 3947520 |
Author: 张强 |
Hits:
Description: api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
Platform: |
Size: 342016 |
Author: |
Hits:
Description: 这个是用鼠标进行屏幕取词的delphi源码,对金山词霸取词感兴趣的可以下载研究一下-this is the mouse for the Capture Characters from Screen delphi source, free email from the word interesting study can be downloaded
Platform: |
Size: 340992 |
Author: 郑红 |
Hits:
Description: Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
Platform: |
Size: 254976 |
Author: |
Hits:
Description: DLL内存映射HOOK示例代码v1.0.rar-DLL memory mapping HOOK sample code v1.0.rar
Platform: |
Size: 81920 |
Author: guweijie |
Hits:
Description: HOOK API单元文件源码。-HOOK API module source file.
Platform: |
Size: 2048 |
Author: |
Hits:
Description: delphi使用HOOK随心监视Windows-delphi using HOOK heart monitor Windows
Platform: |
Size: 6144 |
Author: linhuamao |
Hits:
Description: 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 xxxx+ret
仔细看代码容易理解...封装完好.
2.内存补丁结构:
补丁1:|push xxx--钩子处理过程|ret|
补丁2:|保存原始补丁地址|保存原始地址代码长度|原始地址的代码|push xxxxxx|ret|
更新说明:
0.2:
支持Ring0 Inline Hook
0.1:
Ring3 Inline Hook
-Hook Api Library 0.2 [Ring0
Platform: |
Size: 6144 |
Author: david |
Hits:
Description: hook openprocess的例子,delphi的源码-hook openprocess example, delphi source
Platform: |
Size: 340992 |
Author: baicker |
Hits:
Description: delphi 下使用hook的说明,学习原理使用,具体使用时需要改进-delphi Note the use of hook and learn the principle of the use of, the specific use needs to be improved
Platform: |
Size: 4096 |
Author: |
Hits:
Description: CreateFile Hook with Delphi with AdvHooKLib
Platform: |
Size: 59392 |
Author: Decad |
Hits:
Description: 使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
Platform: |
Size: 227328 |
Author: csdner |
Hits:
Description: delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
Platform: |
Size: 2048 |
Author: Zcd |
Hits:
Description: delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
Platform: |
Size: 2048 |
Author: liyong |
Hits:
Description: delphi 利用API HOOK禁删文件,保护进程-delphi using API HOOK undeletable files, protection process
Platform: |
Size: 57344 |
Author: |
Hits:
Description: Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
Platform: |
Size: 357376 |
Author: asd |
Hits:
Description: 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.)
Platform: |
Size: 278528 |
Author: lj123456_ |
Hits: