搜索资源列表
mask
- 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on
hidewindow_src
- 设置键盘钩子,隐藏窗口的源代码,用VC++写成,有热键功能。 按8可以隐藏 按9可以显示-installed keyboard hook, hidden window of source code, written by VC, hotkey function. Can be hidden by 8 by 9 shows
VC-system-programming
- 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
vc++bianchengjingcui
- vc++编程精粹的随书光盘。 包含vc++的高级编程以及dll com及钩子的编程-vc programming essence of the CD with the book. Vc included senior programming and dll com and hook Programming
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
dome
- 一个很不错的键盘钩子程序, 很不错了,vc源码编程-A very good keyboard hook procedure, very bad, vc-source programming
MaskKey
- VC下开发的带回调函数的键盘钩子的源码,包含库源码和应用程序源码,学习键盘钩子很好的实例-Developed under VC transferred back to the keyboard hook function of the source code, including library source code and applications, learning the keyboard hook good example
codeinject_pacage
- 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法: 1、Windows 钩子 2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信 3、CreateRemoteThread 和WriteProcessMemory 技术 ——如何用该技术子类化远程控件 ——何时使用该技术-Collection of se
HookMouse
- 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
HideWindows
- VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, sh
KeyboardHook123
- vc 实现keyboard hook 键盘记录 vc 实现keyboard hook 键盘记录-vc achieve keyboard hook keylogging vc achieve keyboard hook keylogging
KeySound
- 基于VC的一个键盘发音程序,可以用来联系打字自大量数字编辑等,利用了VC Hook技术实现。-Pronunciation of a keyboard-based VC program can be used to contact a large number of digital editing, typing since the use of the VC Hook technique.
MaskKey
- 键盘钩子,屏蔽键盘,VC++,包含DLL,VB,VC调用例程和源码-HOOK DLL,dis- keyboard
VC_hook_lock_screen_systems_achieve_program_source
- VC实现挂机锁屏系统程序源码VC hook lock screen systems to achieve program source code-VC hook lock screen systems to achieve program source code
HookAPI
- VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog,
VCPP-driver-Hook-kernel-system-call
- VC++ 驱动层Hook系统内核调用 VC++ driver Hook kernel system call VC++ driver Hook kernel system ca-VC++ driver Hook kernel system call
innerhook
- VC++ HOOK和数据库访问实例源代码,内含了VB和VC++综合的实例,有兴趣的朋友可以下载参考这些实例源代码。-VC++ HOOK and database access to the source code examples, containing the instance of VB and VC++ comprehensive, and friends who are interested can download the reference source code examples.
85429073
- 一款实用的vc++开发的hook钩子程序,是游戏开发的基础范例,hook使用的地方非常多,很典型的vc++游戏开发范例。-The development of a practical vc++ hook hook procedure is based on game development paradigm, hook used where very large, very typical vc++ game development paradigm.
Hook
- Windows下钩子的使用,VC++开发环境-Hook use under Windows, VC++ development environment
CtrlAltDel
- 利用vc的钩子,编写一个程序来实现屏蔽系统ctrlaltdelete功能的MFC程序-Use vc hook, write a program to achieve shielding system ctrlaltdelete function MFC program