搜索资源列表
S0P0Y0
- LIBRARY fivedll DEscr iptION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS SpyGetMsgProc @2 SpyCallWndProc @3 -LIBRARY fivedll DEscr iptION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOW
starcraftonline
- 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。-procedures for the use of the hook capture the interstellar IPX packet networks, import substitution function through the data conversion IPX
qqdll
- 家都知道,当今的QQ病毒,都用了钩子技术。创建一个DLL,然后使用全局钩子;或者在QQ进程里插入一个DLL,后监测键盘或者是Windows消息,判断用户是否是用QQ聊天,并且是不是已经把信息送出。无DLL的QQ尾巴-home all know that today's QQ virus, has used a hook. To create a DLL, and then use the overall hook; QQ or in the process of inserting a
vc++bianchengjingcui
- vc++编程精粹的随书光盘。 包含vc++的高级编程以及dll com及钩子的编程-vc programming essence of the CD with the book. Vc included senior programming and dll com and hook Programming
SPYQQ3
- 破解“国际领先的Nprotect键盘加密技术”,对于老版本(QQ2005),前辈们有很多办法了:有直接改写npkcntc.dll的,有将npkcntc.dll删除,然后hook住LoginCtrl.Dll将带红叉图片的替换为不带红叉的。但似乎那些对于新版本QQ都失效了,以上两种方法都逃不过LoginCtrl.Dll里面的验证函数,QQ启动会受到阻止。
ParkMouse_src
- 采用系统窗体Hook技术后台控制鼠标。系统级的Hook采用独立的DLL编写。-Controlling the mouse using an application that runs in the background. Uses system wide Windows Hooks.System wide hooks in windows must be written as a separate DLL.
kbh.rar
- DELPHI编写的HOOK API实现DLL全局钩子启动记事本的程序,DELPHI prepared HOOK API to achieve the overall hook DLL procedures start Notepad
Ring3_DLL_Inject
- 一个拦截并修改输入法的注入技术(注入DLL是做全局钩子或者拦截类软件都有可能用到的技术)、给出了完整的示例代码希望对大家有所帮助。-An intercept and modify the input method of the injection technology (global hook into the DLL are doing, or are likely to be used to intercept class software technology), gives a comp
Gina1.4
- Gina 1.4版的例子,替换msgina.dll。-Gina 1.4 version of the example, replace msgina.dll.
winspy_package
- 各种windows dll注入和hook技术,含源码,学习hook技术的大全-All kinds of windows dll and hook into the technology, including source code, learning technology Guinness hook
ThreadSpy
- 一个DLL库,帮助你通过独立线程inject并Hook其他程序.对有兴趣做系统编程的朋友很有价值.-A DLL library to help you inject through independent threads and other procedures Hook. The interest has to do system programming friend of great value.
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
keyboard
- 键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。-The keyboard hook DLL procedures, the use of dynamic-link library, interested friends can see.
MyDll
- 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
RemoteThread
- 利用dll,对全局远程进程加载钩子,实现对远程进程的监控-Using dll, the process of loading on the overall long-range hook, the process of the realization of long-range surveillance
shubiaoyuyinyanshi
- 无DLL实现的鼠标语音演示 主要是跟楚茗(东南网安)学习用无DLL钩子时写的东西-No DLL to achieve the main demonstration of the mouse with voice楚茗(South-East Network Security) to learn to write without DLL hook when things
APIHook_Dll
- hook api dll源码 可以学习 -hook api dll source code can learn to learn
hook-vc2010
- 有很多鼠标钩子的程序下载不能运行,本程序重新修改后编译成功,并付执行文件。本程序实现对窗口消息的截获,是通过调用dll实现显示鼠标在桌面上坐标。-There are many mouse hook download can not run, the program compiles successfully re-revised, and pay the executable file. The program realization of the intercepted message win
HOOK
- 全局钩子,监控系统进程的创建,很好的DLL,可以没有源码-Global Hook, Monitor the program process create, good dll, no codes
delphi-hook-library
- wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于