Welcome![Sign In][Sign Up]
Location:
Search - Delphi Hook A

Search list

[Windows Develophook11

Description: 用Delphi6写的一个键盘记录器,采用“日志钩子”,不需额外的DLL,击键记录放在c:\log.txt里。写这个程序只是想熟悉一下HOOK,并没有干坏事的意识哦!-with Delphi6 write a keyloggers, "log hook," without additional DLL, keylogging on the c : \ log.txt Lane. This procedure was only want to familiarize ourselves with HOOK, and did nothing bad sense!
Platform: | Size: 206848 | Author: 杨红 | Hits:

[source in ebookMessageHook

Description: 钩子原理 Delphi写的,学习的好例子 -hook principle Delphi wrote, a good example of learning
Platform: | Size: 5120 | Author: 黄达 | Hits:

[Hook apiApi Hook和封包拦截技术

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:

[Hook apidelphi对windows高级编程的很多例子

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:

[Hook apihookdelphi

Description: api钩子 截货了send还有recv函数-api hook cut also send a cargo recv function
Platform: | Size: 342016 | Author: | Hits:

[Delphi VCLHookSG(New)

Description: hook简单应付用,希望可以给大家一些帮助. 谢谢大家,我要下载一个东西,所以传一个源码-hook simply cope with the hope that can give us some help. Thank you, I want to download something, a source Biography
Platform: | Size: 651264 | Author: 我的胡 | Hits:

[Windows DevelopDelphi-Win

Description: 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目前是否在操作电脑 区分大小写的按键记录器2个 使用系统提供的进度条控件 预览式文件选择对话框 只需一个DLL的三级跳-include "Windows Program Design" PASCAL example "Windows Advanced Programming Guide" PASCAL example "Windows core programming" PASCAL example ShellExecuteHook examples keys to Chinese characters, analog input procedures initially screen snow effect of a simple document segmentation merger simple simulation tools so-called 'cursor follow the 'Hook effect of the use of threaded insert the use of improved versions of the process window hook intercepted QQ account using a mouse and keyboard hook intercepted QQ account using timer news hook shielding window and cited examples of simple path judge whether the user to operate a computer case-sensitive keys recorders use two- Commission for the progress of the control document preview dialog only a DLL in the
Platform: | Size: 3917824 | Author: 叶子 | Hits:

[Hook apidelphiHOOKHZ

Description: delphi 拦截中文以VB调用 用delphi写了一个dll主要拦截汉字然后把它存放在当前目录的hytalk.bav文件里-delphi intercept Chinese call in VB using delphi write a dll to intercept the main characters and then it kept in the current directory hytalk.bav document
Platform: | Size: 271360 | Author: myname | Hits:

[Hook apidriver

Description: 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启-Used to prepare DDDK drive, modify SSDT Table HOOK NTDebugActiveProcess function hook function can determine the PID number, decide whether to release, release in the hook function to call the original function NTDebugActiveProcess. False.HOOK Otherwise, after the success of a direct return all calls DebugActiveProcess procedures will be failure. You can, of course, in accordance with the needs of more system services HOOK function. the same service function of the service in each of the operating system versions are different. following the completion of the annex to compile drivers in WinXP SP2 test environment. or else may lead to the resumption of direct
Platform: | Size: 3072 | Author: 张京 | Hits:

[Hook apikeyhook

Description: 一个利用键盘低级钩子锁屏的实例,禁止了alt+tab,alt+esc,开始菜单,ctl+alt+del等系统热键-A use of low-level keyboard hook lock screen examples of banned alt+ Tab, alt+ Esc, Start menu, ctl+ Alt+ Del hotkeys, etc.
Platform: | Size: 226304 | Author: 天一 | Hits:

[Hook apiTimerLock

Description: delphi的hookapi防止其它修改系统时间的源码,可以用做时间保护程序-delphi s hookapi prevent other changes to the source system time can be used as a time saver
Platform: | Size: 844800 | Author: JOE | Hits:

[Hook apiHookAPI

Description: HookAPIProcessGuard是一个使用API函数实现进程保护的简单例子,我们Hook了OpenProcess函数,就能够实现保护了!-HookAPIProcessGuard is a realization of the process of using the API function to protect the simple example, we Hook the OpenProcess function can be achieved to protect!
Platform: | Size: 482304 | Author: yeqing | Hits:

[Hook apimouse

Description: 采用钩子原理作为基本原理,Delphi作为开发平台,实现鼠标键盘记录和回放-Hook used as a basic principle of principle, Delphi as a development platform, to achieve record and playback keyboard mouse
Platform: | Size: 165888 | Author: | Hits:

[Internet-NetworkQQ2008mumayuandaima

Description: QQ2008木马源代码,带编译方法。1, 打开 DLL,打开Hook.dpr,project -> Build Hook 得到HOOK.dll 。 2, 运行Brcc.bat,得到hook.res。 3, 打开EXE,打开Install.dpr,project -> Build install 得到Install.exe。 4,运行Brcc.bat,得到zg.RES。 5,使用UE打开 Install.exe,搜索 a + 4 个空格。记录下地址。38488 6,打开config, 打开Project1.dpr,在 OFFSET_URL 处填上刚记录下的地址。project -> Project1 得到最终QQ2008木马生成器。保存,退出。 Project1.exe 即为最后的木马生成器-QQ2008 Trojan source code, with the compiler methods. 1, open the DLL, open Hook.dpr, project-> Build Hook be HOOK.dll. 2, run Brcc.bat, be hook.res. 3, open the EXE, open Install.dpr, project-> Build install be Install.exe. 4, running Brcc.bat, be zg.RES. 5, using UE opened Install.exe, search for a+ 4 months spaces. Recorded address. 384886, open the config, open Project1.dpr, just fill in the OFFSET_URL Department recorded address. project-> Project1 final QQ2008 Trojan Generator. Save, exit. Project1.exe is the last Trojan Generator
Platform: | Size: 143360 | Author: lixiao | Hits:

[Otherantivirus

Description: 专门针对基于钩子技术、动态链接库(DLL)设计的一类特殊木马的查杀系统-Specifically for hook-based technology, dynamic-link library (DLL) designed a special kind of killing Trojans system
Platform: | Size: 478208 | Author: 原生态 | Hits:

[Disk ToolsUCtrl

Description: 一个Delphi+DDK的例子,ZwCreateProcess函数的hook,这个只是个Demo,其实可以根据其原理继续扩展...不多说了。-A Delphi+ DDK example, ZwCreateProcess function of the hook, this is only a Demo, in fact, can continue to expand in accordance with its principle ... not much to say.
Platform: | Size: 313344 | Author: 若我 | Hits:

[Hook apiDelphi_hook

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:

[Delphi VCLHook.dllfile

Description: 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
Platform: | Size: 57344 | Author: haokks | Hits:

[Delphi VCLHook

Description: 經典的函式外掛入門,DELHPI版,要學外掛就一定要會得。-Classic plug-in entry function, DELHPI version, it is necessary to study plug-in will be a must.
Platform: | Size: 747520 | Author: Peecehood | Hits:

[Hook apidelphi-hook-readwrite

Description: delphi hook内存读写,可以拦截其他程序的读写操作以及读写数据,比如有些外挂可以用此工具找出他对游戏的具体操作,从而自己可以写一个功能和他一样的外挂出来-delphi hook memory read and write, can intercept and read and write operations of other programs to read and write data, for example, some plug-in can use this tool to find out his specific operation of the game, so they can write a function like him out of the plug-in
Platform: | Size: 48128 | Author: wangyong | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net