搜索资源列表
MaskKey-dll
- dll。 用来屏蔽键盘操作,可以指定要屏蔽的按键. 在vc6下完成-dll. To shield the keyboard operation, which may be designated to shield the keys. Completed in vc6
VSNetHelpsrc
- Integrate the latest MSDN with VC6 and Hook functions of COM
QQPairInDelphi
- 在上传了一个VC6版本的QQ对对碰*程序之后,继续上传一个Delphi版本的对对碰*,这个比较完善-in VC6 posted a version of the QQ right right after the collision plug, Delphi continues to upload a version of the collision against a pylon, the more perfect
GrabHook
- 一个远程注入DLL的静态链接库,其中的RemoteSend函数实现了利用游戏自身的套接字远程发送封包的功能,在XP下,VC6编译通过-a remote DLL into the static link library, RemoteSend function of the realization of the game using their own remote socket packet of this function, In XP, compiled by VC6
KDll
- 一个截获键盘按键的动态链接库,在XP下,VC6编译通过-intercepted a keyboard button dynamic link library, in XP, compiled by VC6
ztapihook
- 发个征途自动打怪源码,VC6.0制作,包括两文件用到apihook-automatically issuing a journey Daguai source, VC6.0 productions including two documents used apihook
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
HookApi
- vc6的dll代码 功能让进程不能结束掉
rbHookEsc
- vc6.0键盘钩子程序,可以钩住ESC键,用户按esc键就可关闭桌面的最上层窗口
windowspy_src
- 老外写的,仿照VC6.0的Spy++做的一个小程序,可以获得任意窗口的句柄,类型等,并修改任意窗口的属性。
11
- 生成MiNI下载者,则需要自己做一个工具了.读懂代码,把相应的部份加密即可. 参考delphi版本的下载者源代码,编出来有16K左右。压缩也有10K多,于是写了VC的代码。按以下的设置,编译出来2K左右。还可以可以再设置一下编译开关,以减小体积。 原代码中4处没有对\\转义,以下代码编译通过 编译出来16K,去掉4行注释,编译后3K(编译环境:Win2003+VC6.0)
InnerHook
- Windows钩子的应用,在VC6.0编译通过
hookkeylog
- 全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
HookaReg 系统钩子截获系统鼠标和键盘消息
- 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
在Visual C++ 6.0下应用Win32系统钩子技术(
- 文章介绍了如何在vc6.0环境下实现win32得钩子技术,很详细得。, The article introduced how realizes win32 under the vc6.0 environment to result in the clasp technology, is very detailed.
HookApi
- HOOK API防进程被关闭,XP下VC6调试通过-HOOK API to protect process.
REMOTETHREAD
- 一个远程线程注入的例子,注入notepad, VC6 环境。-A remote thread into the case, into the notepad, VC6 environment.
VcKeyHook
- vc6写的键盘钩子函数及其调用,hook用dll方式,我做的小修改会对调用者发出一个消息-keyboard hook code in vc6,hook in dll,and if you press ctrl key will receive a message
WH_KEYBOARD_LL
- 采用VC6.0编写的一个全局钩子,用以截获键盘的键入消息,经测试可用。-Written by VC6.0 a global hook to intercept the keyboard type information, available via testing.
HOOKJMP_DLL
- 通过使用修改函数地址头字节然后JMP的方法来HOOK API的源代码,VC6.0编译通过