搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
GetWord_DLL
- 利用钩子取得屏幕上的字,其中包括金山词霸翻译小帖榜上的字符。-hook made use of the words on the screen, including free email translation small brief list of the characters.
APIHook_Gid32
- 这个是用鼠标进行屏幕取词的delphi源码,对金山词霸取词感兴趣的可以下载研究一下-this is the mouse for the Capture Characters from Screen delphi source, free email from the word interesting study can be downloaded
用于HOOKwindow下API函数
- 这是一个免费的库,用于HOOKwindow下API函数,This is a free library for the API function under HOOKwindow
Desktop_lock
- 挂机锁屏工具,(内有二款)本人原创。通过注册表修改和键盘钩子屏蔽了所有的系统热键,完美无错!可以说是目前互联网上公开源码最好用的挂机锁。-Hook lock screen tool (with the second paragraph) I original. Keyboard hook through the registry modification and shielding of all the system hot key, error-free! Can be said that o
DisableWindowsKey
- 使键盘指定键按下无效.可自由设置.详见模块中设定的常数-To enable the keyboard by pressing the specified key is invalid. Be free to set up. See set constant module
APIHOOK1
- API钩子,通过修改IAT表实现,截获MessageBoxW,MessageBoxA等API;可自由修改自定义API实现函数-API hooks, by modifying the IAT table to achieve, intercepted MessageBoxW, MessageBoxA other API be free to modify a custom API to achieve the function
fanghuoqiang
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友
WinEggDro_Hookless
- wineggdrop 的无钩子键盘记录器,对系统编程学习帮助挺大吧。-wineggdrop free hook keyloggers, programmed learning system to help it getting bigger.
inlinehook_v1.1_by_solosky
- Inline HOOK API V1.1 thanks to 海风月影, xIkUg ,sucsor by solosky <solosky772@qq.com> created at 2011.06.29, updated at 2011.06.30 ---------------------------------- Inline HOOK API V1.1 2011.06.30 ----------------------------
endpid
- 一个vb编的结束进程的程序,可以结束掉360等软件,而且免杀,你懂的。-The end of a vb knitting process program, can finish off 360 software, and free to kill, you know.
HVapi
- Free Api Amp Free Api Amp-Free Api Amp Free Api Amp Free Api Amp
Windows-Idle-Time
- 这是钩子使用的一个实例:检测鼠标或键盘空闲时间。相信对你有所启发。VC6.0-This is a hook used an instance: to detect the mouse or keyboard free time.Believe to inspire you.VC6.0
charmcldristicassembly
- OpenGL free glut 64 VS2013 64 位环境下编译的-OpenGL free glut 64 VS2013 compiled in 64- bit environment
wzpuofr
- OpenGL free glut 64 VS2013 64 位环境下编译的-OpenGL free glut 64 VS2013 compiled in 64- bit environment
recojdconst
- OpenGL free glut 64 VS2013 64 位环境下编译的-OpenGL free glut 64 VS2013 compiled in 64- bit environment
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D