搜索资源列表
DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式
- DELPHI中开发系统钩子大全包括使用DLL和不使用DLL的多种方式.,DELPHI Guinness hook in the development of the system including the use of DLL and the DLL does not use a variety of ways.
DelphiRESSDT.rar
- 就是delphi还原SSDT,效果还不错,Delphi is to restore the SSDT, the results were good
delphi-keyboard-hook
- delphi 键盘钩子 不需要dll 适合初学者-delphi keyboard hook
Hook
- 經典的函式外掛入門,DELHPI版,要學外掛就一定要會得。-Classic plug-in entry function, DELHPI version, it is necessary to study plug-in will be a must.
hooks
- Keylogger Hook.. Rus Source
hook
- 钩子截取游戏ID的代码(DELPHI)2008-04-12 11:49钩子截取游戏ID的代码(DELPHI)-Hook interception game ID code (DELPHI) 2008-04-12 11:49 hooks interception game ID code (DELPHI)
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
MyIEBar
- 用delphi编写的my ie bar, ...Console...IE_BAR...IETool...MouseHook -Delphi prepared with my ie bar, ... Console ... IE_BAR ... IETool ... MouseHook
delphi-hook-function-call
- delphi下 系统编程 钩子函数的调用-under the system programming delphi hook function ca--under the system programming delphi hook function call
Hook.dllfile
- Hook程序中.dll文件的编写,可以实现注入,修改一下也可以对QQ等注入操作,只要修改需要注入的对象就可以了-Hook proceedings. Dll file prepared, you can achieve implantation, can also be changed a bit into the operation of the QQ, etc., as long as necessary to amend the object can be injected into the
Hook
- delphi键盘hook,功能很全面呀。-delphi keyhook
HOOK
- PGetKeyChar键盘记录 强Han 绝对好用-PGetKeyChar
3483294dg3
- Remote Adimin tool(Hook+API)-Remote Adimin tool(Hook+API)!!!!!
rxwindowhook
- 详细说明了delphi下使用hook的例子,非常简单,让大家可以很快上手掌握delphi下hook这个高级功能-Details the use of hook delphi example, is very simple, so that we can get started quickly master the advanced features of delphi hook under
WG-HOOK
- Delphi编写外挂键盘钩子源码,发出来大家交流-Delphi source code written plug-in keyboard hook
JournalHook
- Delphi 键盘记录钩子的简单编写,先创建内存共享,再安装Dll钩子,挂钩在Keyboard上,这样可以记录所有程序的键盘事件。-Delphi keylogger hook simple preparation, first create a memory to share, and then install the Dll hook, hook in the Keyboard, so that the program can record all keyboard events.
Delphi_source_code_hook_MessageHook
- Delphi钩子MessageHook源码Delphi source code hook MessageHook-Delphi source code hook MessageHook
Delphi Detours Library
- Delphi Detours Library Hook
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