搜索资源列表
PATH.NET
- 一个实现获取各种路径的实例(文件路径、windows 路径、system路径)-access to a variety of paths to achieve examples (paper trails, windows path system path)
ssjpacket
- (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强
HookTest2
- vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
NetWin32Hooks_demo2
- 是.NET环境下实现全局HOOK的例子,是又C#.NET开发-yes.NET environment to achieve overall HOOK example, is another C#.NET development
catwork0601
- 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINST
hookdll5
- 记录键盘鼠标操作。在vc和。net中测试成功。可以保存和任意次重复操作-record keyboard and mouse operation. And the vc. Net tested successfully. We can preserve and arbitrary repeated operation
hookN
- 国外收集的多个hook代码 Let s talk about kernel and drivers --- --- --- --- --- ----- Author: Holy_Father <holy_father@phreaker.net> / When you see the shadow, think about the light that causes it / Version: 1.0 english Birthday:
ImmKeyLog_src_6_26
- 主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the s
PEDIY_Rootkit_Book
- pediy.net网站里关于 rootkit教学的一个电子文档,看看吧
ManipWindowsSrc
- 一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
gamehook
- 使用vs.net,c#开发的外挂程序, 利用全局键盘钩子激活外挂, 通过进程内存读写技术,实现扫雷和连连看3的外挂功能。-use vs.net, c # development of the external procedure, and use the keyboard hook overall external activation, through the process of reading and writing memory technology, and the 1000 bloc
Fools.rar
- 本程序采用VS2008.Net制作。模仿了死机或蓝屏(两者之间随机)。 系统用到Graphic、进程操作、屏幕截图截图、键盘钩子、注册表等,适合新人学习Winform程序之用。 由于系统模仿了死机和蓝屏,可在3秒内点击鼠标以解锁。否则只能重启电脑。 /// 鼠标码:11211233312 (“1”为鼠标左键,“2”为鼠标右键,“3”为鼠标中键) ,VS2008.Net produced using this procedure. Mimic a crash or blue scree
MouseKeyboardHook
- vs.net 2003,用于记录发生在键盘,鼠标上的一切动作,勾子功能。-vs.net 2003, for the record occurred in the keyboard, mouse, everything on the action, the hook function.
J8QQ20120531
- 实现QQ显示IP补丁。HOOK 了QQ的内部函数。大家看看把。。如果下载不到。请到 www.debug.net.cn下载-QQ display IP patch. HOOK QQ internal function. Take a look at the. . If the download is less than. Go to the www.debug.net.cn Download
LowLevelKeyboardHook
- Low level keyboard hook for .NET
Global_Keyboard_And_Mouse_HOOK
- 全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成.-The overall situation of the keyboard and mouse Hook, used to monitor mouse and keyboard events. VB.net 2008 with the code completion.
oicqmxl
- //*** *** **** // 作者:∮明天去要饭 // QICQ:305725744 // MSN:kgdiwss@hotmail.com // 黑客编程群:2585270 // Blog:http://blog.csdn.net/kgdiw-//*************// Author: ∮ tomorrow to beg// QICQ: 305725744// MSN: kgdiwss@hotmail.com// programming group of hac
HookToolsrc
- 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
apihook
- C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
hook
- 键盘钩子,验证可以使用,自己只使用了捕获键盘按键事件。(keyboard hook,by VB.net .)