搜索资源列表
MaskKey11
- 屏蔽键盘,利用系统钩子使得可以屏蔽键盘上的按键。-shielding keyboard hook system makes use of shielding the keys on the keyboard.
屏蔽键盘
- win NT . 2k . XP 下键盘屏蔽,包括win键-keyBoard-lock(win) as win-nt,2k and xp
eeeee.rar
- 屏蔽键盘和鼠标的使用先生成一个DLL文件,把dll放到Hello的 debug目录下即可实现,Shielding the use of keyboard and mouse into a DLL file President, Hello to dll into the debug directory can be realized
hook
- 在vs2008下面测试通过 简单的实现了进程内的hook调用,和全局hook,hook部分简单的实现了屏蔽键盘和鼠标消息,后门为功能键F2,有详细的说明,适合入门研究学习 一共三个文件, v19e2_Hook.rar为全局hook程序块,v19e2_HookTest.rar为测试全局hook的程序,v20e1_innerHook.rar为在一个单独的进程内调用hook,-Simple implementation of the process, call the hook, and
trapkeys
- 一个屏蔽键盘的dll。用来屏蔽键盘操作,可以指定要屏蔽的按键.在vc6下完成-a program about keyboard
hook
- 通过安装全局钩子屏蔽键盘鼠标消息,并把自己写到启动项。-Shielded by installing global hook keyboard and mouse messages, and to write their own boot entry.
false_desktop
- 虚假桌面。 暗门是(F2),在运行本程序的时候,键盘和鼠标消息都会给屏蔽 但是可以在任务管理器和暗门退出。禁止用于其他的违法途径-Desktop false. Are unlicensed prostitute [F2], in the running of this procedure, the keyboard and mouse information to the screen but will be in the Task Manager and quit unlicensed p
stopTheWIN
- 可以屏蔽键盘的几个键,可以自己设置,防止游戏中因为误按而切换到桌面去.-Can mask some keyboard keys, you can set up their own to prevent misuse by the Games because of the switch go to the desktop.
HookTest
- 用mfc实现hook,屏蔽了键盘和鼠标消息,留有默认后门-how 头program a hook
KeyboardWatch
- 《键盘小助手》是一款可以屏蔽键盘任意按键,系统组合键的小程序,使用Hook编写-" The keyboard' s Little Helper" is a screen keyboard can be any key, the system key combinations of small programs, using Hook write
MaskKey
- 键盘钩子,屏蔽键盘,VC++,包含DLL,VB,VC调用例程和源码-HOOK DLL,dis- keyboard
SystemControl
- 一个用VC写的系统控制软件,可以控制关机,重启,锁定屏幕,锁定鼠标,屏蔽键盘等功能-This is a system controlling software whici is developed in Visual C++.It can shutdown or reboot your computer,and lock screen,mouse or keyboard.
LockScreen
- 使用C#实现的屏幕锁定程序,全面屏蔽了一些可关闭应用程序的键盘事件,附有生成好的程序安装包,程序开发环境:Visaul Studio 2005 ,程序有或多或少的bug,还希望指正。(本人邮箱:xiaodpro@163.com)-Use C# to achieve a screen lock program, a comprehensive shield a number of application to turn off the keyboard events, with a good bu
KeyHookDemo
- KeyHookDem键盘钩子 可以屏蔽键盘按键-KeyHookDem
autoshutdown
- 本程序能实现用MFC关机,还能实现屏蔽键盘和解除平平,移植性强-the program can realize autoshutdown,and disable keyboard.
vblock
- Visual Basic 屏蔽键盘鼠标,屏幕保护功能-Visual Basic screen keyboard and mouse
VB调用VC的全局钩子,屏蔽键盘任意键
- Vb 开发方便使用的键盘、鼠标钩子 hook(Vb development, easy to use keyboard, mouse hook, hook)
VB锁定键盘的程序
- 玩游戏的时候有些不需要用到的系统按键可以屏蔽掉,系统热键也可以(When playing games, some system keys that are not needed can be shielded, and the system hot keys can also be used.)
模拟键盘消息
- 模拟键盘消息传递,对于一些游戏屏蔽键盘消息的功能实现有帮助(The simulation of keyboard message transmission is helpful for some games to shield keyboard messages.)
C#对桌面键盘屏蔽
- 本程序是采用C#编写,功能为屏蔽键盘的输入事件,有兴趣的可以在基于该程序增加其他功能