搜索资源列表
SysHook_C++_Src
- 很简单的c++做system hook的例子,值得参考-Very simple c ++ example of making system hook, is worth consulting
hook
- 一个简单实用的键盘钩子程序.c#编写.很简单的.
NoKill
- VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
c_hook_simple_application_source_code
- c钩子简单应用程序源码c hook simple application source code-c hook simple application source code
1-101120231449
- 禁止创建进程,使用hook ,间使用C语言,功能简单强大-Prohibit creation process, the use of hook, between the use of C language, a simple power function
20105201345437
- 用api中SetCursorPos函数实现鼠标绕环,本实例为vb版,另有C#版,原理一样,本实例仅对于初学者,所以比较简单。 -SetCursorPos with api functions for the mouse circling in the instance of the vb version, and another C# version of the same principle, only for beginners in this instance, it is relativ
C-keylogger
- 简单键盘记录程序,使用窗口获取技术,虚拟键码。-Simple keyboard loggers, use the window to get technology, virtual key codes.
HookKeyboard
- 一个可以HOOK键盘输入的程序,程序只是用了简单的C语言,方便看懂和进行扩展-A simple hook app source , only use C , so you can understand and extended simply.
KeyHook
- 用C#写的一个小程序,主要功能是在游戏中模拟键盘操作,里面用到了全局钩子、消息传递等方面的内容.代码较为简单,适合初学者参考. 使用方法:在盛世三国游戏中按F12,显示程序界面;在游戏中CTRL+Z,根据设置自动使用技能;在游戏中CTRL+S,隐藏友方玩家,再按CTRL+S-A small program written in C#, the main function is to simulate the keyboard operation in the game, which u
Keyboard-hook
- 很简单实用的全局键盘钩子,C语言实现-Very simple and practical global keyboard hook, C language,,,
ins_hook
- 汇编指令简单hook过滤与拦截(需简单修改)框架C代码-Assembly instructions for simple hook filtering and blocking (simple changes required) c code
usnng
- 一个用VC做开发平台,用C语言开发的简单电话查询系统,具有添加记录-A do with VC development platform, using C language to develop simple telephone query system, have add records
zimple-model
- 本程序是一个简单的模拟程序块,主要对于c++的初学者提供一个开发的样板,-This procedure is a simple simulation program, mainly for beginners c++ provides a development model,
Wind量化平台-用户手册(C++)(适用于新版C++接口)
- 简单示例了wind量化接口的测试代码,是wind数据获取接口使用和编写新接口的新手入门读物(A simple example of the wind quantization interface test code)
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D