CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Hook API Delphi
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Hook API Delphi - List
[
Delphi VCL
]
APIhook
DL : 0
制作API钩子,截获API的源码-production API hook to intercept the source API
Update
: 2025-03-15
Size
: 172kb
Publisher
:
何心
[
Hook api
]
绿光抓包器
DL : 0
截获socket的api hook-intercepted socket api hook
Update
: 2025-03-15
Size
: 386kb
Publisher
:
陈大
[
Hook api
]
Api Hook和封包拦截技术
DL : 0
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
Update
: 2025-03-15
Size
: 194kb
Publisher
:
黄春标
[
Hook api
]
delphi对windows高级编程的很多例子
DL : 0
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 ... .
Update
: 2025-03-15
Size
: 3.76mb
Publisher
:
张强
[
Hook api
]
hookdelphi
DL : 0
api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
Update
: 2025-03-15
Size
: 334kb
Publisher
:
[
Hook api
]
APIHook_Gid32
DL : 0
这个是用鼠标进行屏幕取词的delphi源码,对金山词霸取词感兴趣的可以下载研究一下-this is the mouse for the Capture Characters from Screen delphi source, free email from the word interesting study can be downloaded
Update
: 2025-03-15
Size
: 333kb
Publisher
:
郑红
[
Hook api
]
fasockethook
DL : 0
Hook send and rev,查看send and recive内容,进而控制邮件发送。-Hook send and rev, send and recive View, and then the spammers.
Update
: 2025-03-15
Size
: 249kb
Publisher
:
[
Delphi VCL
]
APIforregistry
DL : 0
DLL内存映射HOOK示例代码v1.0.rar-DLL memory mapping HOOK sample code v1.0.rar
Update
: 2025-03-15
Size
: 80kb
Publisher
:
guweijie
[
Hook api
]
MCH_Demos
DL : 0
"process wide": some demos about hooking APIs/code in your own process OS independent "system wide": several demos about system wide API hooking (using hook dlls) OS independent "system wide - win9x only": one demo which shows a special system wide hooking method win9x only -"wide process" : some demos about hooking APIs/code in your own p rocess OS independent "system wide" : several demos about system wide API hooking (us ing hook dlls) OS independent "system wide-win 9x only ": one demo which shows a special system wide hooki Vi only method win9x
Update
: 2025-03-15
Size
: 1.02mb
Publisher
:
万俟雅言
[
Hook api
]
Hook
DL : 0
HOOK API单元文件源码。-HOOK API module source file.
Update
: 2025-03-15
Size
: 2kb
Publisher
:
[
Hook api
]
TimerLock
DL : 0
delphi的hookapi防止其它修改系统时间的源码,可以用做时间保护程序-delphi s hookapi prevent other changes to the source system time can be used as a time saver
Update
: 2025-03-15
Size
: 825kb
Publisher
:
JOE
[
Delphi/CppBuilder
]
delphi-hook-Windows
DL : 0
delphi使用HOOK随心监视Windows-delphi using HOOK heart monitor Windows
Update
: 2025-03-15
Size
: 6kb
Publisher
:
linhuamao
[
Hook api
]
HookLibrary
DL : 0
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
Update
: 2025-03-15
Size
: 6kb
Publisher
:
david
[
Windows Develop
]
dsdd
DL : 1
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能-HOOK API using technology to replace wsock32.dll in the connect function, to achieve similar functionality SocksCap
Update
: 2025-03-15
Size
: 5kb
Publisher
:
王占
[
Hook api
]
Delphi_hook
DL : 0
delphi 下使用hook的说明,学习原理使用,具体使用时需要改进-delphi Note the use of hook and learn the principle of the use of, the specific use needs to be improved
Update
: 2025-03-15
Size
: 4kb
Publisher
:
[
Documents
]
filecreate-experiment
DL : 0
CreateFile Hook with Delphi with AdvHooKLib
Update
: 2025-03-15
Size
: 58kb
Publisher
:
Decad
[
OS program
]
HOOKAPI
DL : 0
使用钩子函数-数据传递HOOKAPI获取当前鼠标指针的全局钩子源码-The use of hook function- HOOK API data transfer mouse pointer access to the current global hook source
Update
: 2025-03-15
Size
: 222kb
Publisher
:
csdner
[
Hook api
]
CreateProcess
DL : 0
delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
Update
: 2025-03-15
Size
: 2kb
Publisher
:
liyong
[
Hook api
]
IAT-API-Hook
DL : 0
Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
Update
: 2025-03-15
Size
: 349kb
Publisher
:
asd
[
Delphi VCL
]
delphi HOOK 技术
DL : 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.)
Update
: 2025-03-15
Size
: 272kb
Publisher
:
lj123456_
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.