搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止*),这个*程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此*程序有下面几个功能: 1。复制装备 2。强
Hookpwd
- 取输入框中星号的字符,获取窗口属性(坐标,大小,类名)等 读取窗口列表 修改窗口标题 开发环境:Vc++ 6.0-imported from asterisk in the box characters, access to the window properties (coordinates, size, class names) to read a list of windows to amend window title development environment : Vi
hook
- 在VC++6.0下编写的一个简单钩子程序,可以锁定键盘鼠标,我采用了最简单的编写,希望给初学者很好的帮助,F2+F9 可以解除锁定
PRMonitor
- 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏
KeyHook
- 利用Windows Hook技术监控计算机的使用,VC 6.0环境下,附代码
HookT
- 很好用的一个钩子例程 刚学钩子编程的可以看看 vc++6.0环境
实现似FlashGet的最小化和关闭的效果
- 用VC++6实现FlashGet的最小化和关闭的效果-VC 6 FlashGet achieve the smallest and the effect of the closure
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
HookApi
- vc 6.0 简单的 detour api 的大牛小试
apihook_Code
- hook api源代码,里面有详细的注释,如果看不懂欢迎找我交流185955965-source code of hook API in VC 6.0
HOOK
- 一个虚拟示波器例子,使用VC++6.0。源文件是OScopeCtrl.cpp,OScopeCtrl.h-Example of a virtual oscilloscope, using VC++6.0. Source file is OScopeCtrl.cpp, OScopeCtrl.h
HookTest
- 用系统消息钩子实现键盘和鼠标记录,使用VC++6开发。-Achieved with the system message hook keyboard and mouse recording, using VC++6 development.
API-Hooking-with-MS-Detours
- 一个使用detours进行API拦截的程序,使用VC++ 6.0开发。-a program using detours to hook windows apis.
TestCPUSerialGetDLL
- 使用VC++ 6.0来获取CPU的序列号-Get the CPU serial number with VC++ 6.0
TestAvDll
- 使用VC++6.0 来获取系统所安装的杀毒软件的信息-Get the anti-virus software information using VC++ 6.0
Hook
- 一个简单的系统钩子,代码是书上找的,经过修改调试,能在VC++6.0上执行。-A simple system hook, the code book to find a modified debugging can be performed in VC++6.0.
WGClient
- VC++ 6.0写的注入天龙八部的程序代码-VC++ 6.0 write program code injection Dragon
Debug
- 这是一个全局钩子,采用dll注入,功能,可以记录用户按键信息,并保存,而且本程序设置为开机自起,并且隐藏窗口。是记录密码的好东西,开发环境VC++6.0 -This is a global hook, using DLL injection, features, you can record the user key information, and save, and this program is set to boot from, and hidden window. Good thing
Gamedll
- dll注入例子,vc++源码,使用visual c++ 6.0开发工具,如果在vs环境下需要修改-dll injection example, vc++ source code, using visual c++ 6.0 development tools, if necessary modifications vs environment
