搜索资源列表
APIforregistry
- DLL内存映射HOOK示例代码v1.0.rar-DLL memory mapping HOOK sample code v1.0.rar
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.
delphi-keyboard-hook
- delphi 键盘钩子 不需要dll 适合初学者-delphi keyboard hook
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
HookInsert
- 无需DLL,利用Hook插入线程的改进版本,-Hook into the use of an improved version of the thread
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_DLL_hook_without_KeyHook2_source
- Delphi钩子不用DLL的KeyHook2源码Delphi DLL hook without the KeyHook2 source-Delphi DLL hook without the KeyHook2 source
201061611271583
- 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-This s
twoy2000hook
- 鼠标键盘钩子DLL及封装VCL,全部源码.-Mouse and keyboard hook DLL, and VCL packages
44fsd64fwsdf
- 用过卡巴斯基的朋友都知道,卡巴斯基的进程是无法杀掉的,在任务管理器中杀卡巴进程的话,会弹出一个消息框提示拒绝访问!那么这是怎么实现的呢?很简单,就是使用了HOOK API的方法。 我用delphi来写程序好了,先写个dll。-Used Kaspersky' s friends all know, the the Kaspersky process is unable to kill the, Kabbah process in the Task Manager to kill, wil
hooktimer
- This component allows you to make a DLL without Hook.
DELPHI
- DELPHI打造DLL键盘钩子,比较简单!-DELPHI create a keyboard hook DLL
delphishellai
- 该程序虽然只用了几个shellai函数,但是它涉及到了在Delphi中对DLL的引用、钩子实现、对指示区的操作、用户定义消息的处理、文件的读写等比较重要的内容,我相信这篇文章能对许多Delphi的初学者有所帮助。-Although the program used several shellai function, but it involves reference to the DLL in Delphi, the achievement of the hook, to indicate th
Delphi_457366
- Delphi:Delphi安装和卸载钩子的源码实例,包括有一个钩子类的DLL源文件,主程序调用这个钩子DLL,并安装钩子与卸载的实例,可学习下如何调用一个DLL库文件。 -Delphi: Delphi install and uninstall hook source code examples, including a hook DLL class source files, the main program calls this hook DLL, and install and uni
HookTest
- hook计算器 利用dll注入钩子程序实现键盘鼠标监控,并将获的信息-hook keybord mouse
Delphi-Socket
- 对应用程序发送和接收的网络数据进行拦截,HOOK目标进程的发送和接收的API函数,原理是利用消息钩子将DLL中的代码注入到目标进程中,再用GetProcAddress得到API函数入口地址,将函数入口址改为自己 定义的函数入口,这样就得到了API函数的相应参数,处理完后,再改回真实API函数入口地址,并调用它。- U5BF9 u5E9 u7281 u7R3 u7R0 U53D1 u9101 u5A1 u6A1 u7681 u7681 u6681 u6681 u66
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