搜索资源列表
SysHook_C++_Src
- 很简单的c++做system hook的例子,值得参考-Very simple c ++ example of making system hook, is worth consulting
lg3d
- 学习Windows编程的同志一定要下载这个站长以前用钩子写的修改Windows界面的类似ctl3d.dll的程序,使你的Windows有些奇妙的变化,如给缺省按钮加图标等--Program writed by webmaster which uses hook to modify windows interface similar to ctl3d. It may take some changes in your windows, for example adding icons to sy
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)
idadwarf-0.2
- Behind this simple descr iption is a very complex plugin that imports DWARF debug information into IDA databases. It deals with many aspects: naturally, it imports debug names and types, but it does not stop there. It annotates the listing with the d
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.
HOOK-KEYBOARD
- 文件大小约28.1KB。通过《C++ 范例宝典》一书中的 利用钩子技术实现键盘监控 代码,从而解决了键盘按下与弹起两次消息同时产生的问题。本源码注释非常明确。易读懂,有问题可以留言,一起讨论,我会尽快回复。我也是初学者,自学不容易的哈,希望能与同道者多交流,-so simple
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
KeySniffer
- simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\System32\Log.txxt kHook := SetWindowsHookEx(WH_KEYBOARD_LL,@KbdProc,HInstance,0) -simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\
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
