搜索资源列表
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止*),这个*程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此*程序有下面几个功能: 1。复制装备 2。强
vc实现Windows关机程序
- vc实现Windows关机程序,可扩展定时功能-vc Windows shutdown procedure, which can be expanded regular function
MouseHook_dc9cn
- 一直在用VC++做项目,乐趣无穷,但一直没有什么可以发出来的东西,很多东西拿出来怕被行家笑话,其实这个也不例外-VC has been a project of fun, but nothing has been issued to the things show a lot of things to be afraid of being able joke, in fact this is no exception
vc消息捕捉
- 这是一个用vc实现的有关消息捕捉的程序,可一得到鼠标的位置及键盘的按下情况-This is a realization of the vc used the news of the capture, may be a position of the mouse and keyboard of the press
记录键盘所输入的按键
- 记录键盘所输入的按键,可以用于黑客开发应用。VC开发的代码,基于WINDOWS.-Records entered the keyboard keys can be used for development and application of hackers. VC++ code, based on WINDOWS.
ProcessProtecter
- VC编程实现API拦截保护目标进程不被*,可以用作软件安全模块-VC programming API to intercept the process of being killed by conservation objectives, can be used as software security modules, etc.
windowhook
- The code shows the excellent use of window hook development in vc++. This may be very important for some one who want to start work on hooks techniques
green
- 绿光抓包器.本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是用API钩子写的抓包程序,而且小弟也是菜鸟,难免有BUG。源代码可以任意修改和发布。 你改得好的话请给我一份。小弟感激不尽。-Ethereal green device. This procedure is only hook the " send" , " sendto" , " recv" , &quo
nokill
- 利用微软Detour学习HOOK任务管理其,是进程不能被任务管理器结束,主要HOOK的是CreatePrcess,很好的一个模板,大家HOOK其它函数时候直接套用就OK了-HOOK learning tasks using Microsoft manage its Detour is a process that can not be the end of Task Manager, the main HOOK is CreatePrcess, a good template, you HOOK
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
MouseTrace
- MouseTrace,用 VC++写的鼠标Hook钩子,获取X,Y坐标,并适时显示在窗体上,如上图示,在窗体上移动鼠标,坐标信息会被跟踪,移出窗体则无效。-MouseTrace, written with VC++ Mouse Hook hook, to get X, Y coordinates, and time display on the form, above the icon, move the mouse on the form, the coordinate information
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,运行截图如上所示,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, run the screenshot shown above, when the hit any key on the keyboard,
INJECTPAPIHOOK
- APIHOOK和进程注入的实现源代码,VC可直接编译运行-APIHOOK and processes into the realization of the source code, VC can be directly compiled to run
hook
- 屏幕抓图\hook,很不错的vc源码,希望能对大家有所帮助-Screen \ hook, very good VC source code, hoping to be helpful to everyone
VCPPCALL
- 使用了VC的远程调用。远程注入函数,可以实现游戏的功能。-Use the VC to remote callers. Remote into the function, the game features can be achieved.
KeyBoardRecord
- 使用VC编写的可以记录键盘信息的程序工程源码。主要是使用了系统钩子,拦截了键盘消息,从而截获用户的*-Prepared by the VC can be recorded using the keyboard information process engineering source. Mainly use the system hook to intercept keyboard messages to intercept the user' s keyboard record
daimazhuruPshellcode-
- 代码注入的demo程序,基于VC的源码,需要的可以下载参考一下,-Code into the demo program source code based on VC can be downloaded for reference.
input
- 一个拦截并修改输入法的模块(源码) 拦截并修改输入法,就是说比如你用智能ABC输入法,输入法文字是“一二三”,但是确认上屏后出来的内容确是“四五六”这样子,此技术大概可以用来做输入法*辅助工具之类的吧。 模块是一个DLL,用VC++写的,压缩包里有这个DLL的源码。原理就是使用API HOOK拦截输入法的相关函数(ImmGetCompositionString函数,应用程序通过调用这个函数取得输入法输入),以达到截获并修改输入信息的目的。 -An intercept and
Hook
- 一个简单的系统钩子,代码是书上找的,经过修改调试,能在VC++6.0上执行。-A simple system hook, the code book to find a modified debugging can be performed in VC++6.0.
mouse-hook-program
- 用VC++编写的鼠标钩子程序,可以用来捕捉鼠标消息-Mouse hook procedures can be used to capture the mouse messages
