搜索资源列表
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
open_close_usb
- 禁止 打开USB的好处是保护自己信息在本地的安全,此程序实现了本地USB接口的禁止与开放,完全DELPHI7源代码.-Do not open the benefits of USB is to protect the security of their information locally, the program implements the prohibition of local USB interface and open, fully DELPHI7 source code.