搜索资源列表
Manipulating_the_Keyboard_Lights_in_NT_src
- This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
Winhotkey
- window全局快捷键设置,托盘程序,用户自定义资源应用及AfxMessagBOx自动隐藏功能集与一体,欢迎广大朋友下载使用-window overall the keyboard setup, pallet procedures, user-defined applications and resources AfxMessagBOx hidden function automatically sets and integration. Download friends are welcome
mmtd1.1
- 一个木马代码 功能比较全面 1.文件管理:模枋 Windows 资源管理器,可以对文件进行:复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。 2.远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、外设控制、服务管理、共享管理、代理服务、MS-Dos模拟、其它控制! 3.捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能! 4.注册表模拟器:远程注册表操作就像操作本地注册表
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
Klog 1.0
- 拦截系统函数记录键盘源码-interception system function keyboard source records
vHotKeys
- 键盘热键功能代码,试试吧-keyboard hotkey function code, try it
lkb32
- 锁定键盘的程序,演示了9x和2k平台上应用程序从三级切换到零级,并执行键盘端口i/o,还演示了直接从dll中调用函数的代码。关键部分采用嵌入汇编,演示了一些编程技巧。-keyboard lock procedures, and demonstrated the 2k 9x platform application switch from three to zero level and the implementation of keyboard i / o, also demonstrated
2005325183220756
- vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
softkeyboard 用VC 做的软键盘
- 用VC 做的软键盘,具有与系统软键盘同样的功能,而且美观大方,是学习VC的好资料.-To do with VC soft keyboard, soft keyboard has the same system function, and beautiful, good information to learn VC.
record-keyboard
- 记录键盘按键消息并保存在C盘一个文件里面,加上发送邮件功能就可以定时发送文件了-Record keyboard message and stored in the C disk a file, add send mail function can regularly sending files
EasyDebug
- 一个简单的调试器 主要功能 :1.单步步入 2.单步步过 3.运行 4.自动步过 5.指令记录 6.自动步入 7.跳出函数体 8.dump被调试进程 9.INT3断点 10.硬件断点 11.多内存断点 12.API断点 13.对DLL导出函数的反汇编 14.导入函数名的解析 15.内嵌了一个PE查看工具默认显示被调试程序的PE信息.可以选择查看其他的程序PE信息. 所有的功能都可以使用命令和菜单 快捷键来完成,可以拖拽 -A simple debugger interface
yuanchengkongzhi
- 易语言打造的远程控制软件!被控端有键盘记录功能,喜欢的朋友可以下来看看,希望大家多多支持我-Easy language to create the remote control software! Host has a keyboard logging function, like a friend can look down, I hope you will support me
TravelHit
- 统计键盘点击和鼠标移动的程序 src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富 程序功能: 1. 统计鼠标移动距离和键盘点击次数; 2. 按下键盘时,发出声音 程序工作原理: 1. 用系统钩子来拦截键盘消息 -Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is a
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
KEYBOARD
- VisualC++中,消息映射与处理函数的有关键盘消息的源代码-VisualC++, the message mapping and processing function of the source code for the keyboard message
keyboard.tar
- linux下用gtk+编写的魔兽改键器 功能不多 但很适合我用-prepared under linux using gtk+ key function of Warcraft changed much, but I use it for
keyboard
- 按键驱动程序,功能是开发板上的按键,采用的是输入子系统的架构-The key driver, the function is the key development board, using the input subsystem architecture
Full-function-keyboard
- 全功能键盘: 支持消抖、长按、组合按键、按两次、三次等-Full-function keyboard: Support debounce, long press, the combination of keys, press twice, three times, etc.
keyboard
- 自定义键盘指定键的功能,实例中定义“M”键为热键,相当于按下ESC键,程序退出,并且好像鼠标不能拖动对象了。当然也可以定义任意键在软件中的特定功能,比如定义一些组合键或快捷键之类的,为你程序增加快捷键的时候可参考本源码进行。-Specify custom keyboard function keys, defined instances " M" key is the hot key, the equivalent of pressing the ESC key, the pr
simulator-mouse-and-keyboard
- 在Windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的 操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的输入 操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢? 答案是肯定的。这里主要是通过两个Windows API函数来实现的。-In the Windows era, windows interface program by the majority of users are welcome. To