Location:
Search - 键盘扫描码
Search list
Description: 关于PS/2和USB键盘、鼠标的各种扫描码的资料。-on the PS / 2 and USB keyboard, the mouse scan code information.
Platform: |
Size: 197368 |
Author: 张文辉 |
Hits:
Description: Scan Code Set 1 - Original XT scan code set supported by some modern keyboards
第一套扫描码集--原始的XT扫描码集 某些现代的键盘还支持-Scan Code Set 1-Original XT scan code set supported by some modern keyboards first scan code sets -- the original XT scan code sets certain modern keyboard support
Platform: |
Size: 211449 |
Author: wang |
Hits:
Description: Scan Code Set 2 - Default scan code set for all modern keyboards
第二套扫描码集--所有现代键盘默认的扫描码集-Scan Code Set 2-Default scan code set for all modern keyboards second scan code sets -- all modern default keyboard scan code sets
Platform: |
Size: 254572 |
Author: wang |
Hits:
Description: 获取键盘扫描码的TSR,可用于解密。属于比较经典的程序,对程序初学者有一定的启发作用。-access to the keyboard scan code TSR can be used declassified. Relatively classic procedures, procedures for beginners have a certain instructive.
Platform: |
Size: 7264 |
Author: 牟小东 |
Hits:
Description: C8051单片机与键盘相连,扫描键盘,有键按下、释放或者按住,C8051单片机查询键盘矩阵寻找对应唯一的键值,判断是被键按下的键,再到第二套扫描码中找出该键所对应的扫描码,通过C8051单片机模拟的PS/2通信协议与计算机进行通信,发送按键所对应的扫描码。
Platform: |
Size: 921 |
Author: simon_702168@163.com |
Hits:
Description: 获取键盘扫描码的TSR,可用于解密 -It is TSR to get the scan code of the key,which can be used to deciphering.
Platform: |
Size: 7168 |
Author: 王为 |
Hits:
Description: 关于PS/2和USB键盘、鼠标的各种扫描码的资料。-on the PS/2 and USB keyboard, the mouse scan code information.
Platform: |
Size: 196608 |
Author: 张文辉 |
Hits:
Description: 获取键盘扫描码的TSR,可用于解密。属于比较经典的程序,对程序初学者有一定的启发作用。-access to the keyboard scan code TSR can be used declassified. Relatively classic procedures, procedures for beginners have a certain instructive.
Platform: |
Size: 7168 |
Author: 牟小东 |
Hits:
Description: 一个专门用于VOD视频点播系统基于PS/2遥控器或面板的键值测试程序-devoted to a VOD system based on the PS/2 remote control panel keys or test procedures
Platform: |
Size: 571392 |
Author: 孙贤 |
Hits:
Description: Scan Code Set 2 - Default scan code set for all modern keyboards
第二套扫描码集--所有现代键盘默认的扫描码集-Scan Code Set 2-Default scan code set for all modern keyboards second scan code sets-- all modern default keyboard scan code sets
Platform: |
Size: 253952 |
Author: wang |
Hits:
Description: 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
Platform: |
Size: 1024 |
Author: wushishan |
Hits:
Description: 蓝宇BBPC-SOM2496嵌入式主板
获取键盘扫描码实例代码与函数-Lan Yu-SOM2496 access to the Main Board Embedded keyboard scan code with the function code examples
Platform: |
Size: 77824 |
Author: 李晓风 |
Hits:
Description: 键盘程序实例,包括键盘按键检测和键盘扫描码返回以及密码处理等.-Keyboard instances, including the detection of keyboard keys and keyboard scan code and password to return to deal with and so on.
Platform: |
Size: 3072 |
Author: 张博 |
Hits:
Description: 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。-Microsoft keyboard scan code of official documents. A detailed description of the commonly used code and extended keyboard win/app key.
Platform: |
Size: 8192 |
Author: |
Hits:
Description: 键盘扫描码对照表-从微软网站下载.
补从说明-Keyboard scan code table- from the Microsoft website. Up from the note
Platform: |
Size: 103424 |
Author: zhansl |
Hits:
Description: 该代码的功能是设置键盘钩子,记录键盘操作记录,包括键盘扫描码。-the function of this code is setting keyboard hooking and keeping the log of keyboard operation,the scan code is also included in it.
Platform: |
Size: 139264 |
Author: 俊豪 |
Hits:
Description: 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。
笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。
由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。
这里给出我封装好的使用WinIo库进行模拟击键输入的代码,此段代码只在PS/2下测试通过,未在USB情况下测试。本代码主要封装了ASCII码或字符与键盘扫描码之间转换。
-Email security as a result of input controls, as many other methods of security control as a hostage-driven approach adopted IRP. This has led not to enter characters, both traditional methods WM_Char or send WM_Keydown news, or Keybd_event and its SendInput are null and void.
I explored through direct read $ 60, $ 64 hardware keyboard ports, analog input methods.
Ring3 because, as the Windows of the protection mechanism, I can not directly operate the hardware port, so we need to construct a drive, or the use of well-known WinIo library.
Given a good package here, I use the keyboard to simulate the Treasury WinIo enter the code, This code only in the PS/2 under the test is passed, no test in the USB case. The main package of the code of the ASCII code or character and switch between the keyboard scan code.
Platform: |
Size: 19456 |
Author: 冰剑 |
Hits:
Description: 获取键盘扫描码的一个小工具,作为开发与键盘相关的程序有很大作用。-Access to the keyboard scan code of a small tool, as a keyboard-related development and plays a significant role in the process.
Platform: |
Size: 30720 |
Author: 黄美华 |
Hits:
Description: 获得键盘扫描码程序,在DOS下,当按键盘任意键,对应输出相应键盘扫描码-Access to the keyboard scan code program, DOS, when any key on the keyboard, the keyboard scan code corresponding to the output corresponding
Platform: |
Size: 2048 |
Author: Stephen |
Hits:
Description: 所有全键盘扫描码,非常详细,很辛苦找回来的-All full keyboard scan code, very detailed, very hard to find back! !
Platform: |
Size: 128000 |
Author: 张英杰 |
Hits: