搜索资源列表
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
Clear_CMOS_Password
- delphi 中在RING3清除CMOS密码源码。。附可执行程序-delphi in the clear CMOS password in RING3 source. . Attached executable program
ToRing0
- 可将delphi中的任意函数由原來的Ring3权限提升到系统的最高级别Ring 0, 这样我们就可以随意对系统的I/O进行操作了。-Can be any function in delphi Ring3 permission from the elevated to the highest level of the system Ring 0, so that we can free the system I/O to operate.
get-data
- 在ring3级别下面对网络封包数据进行截获-get data on Intenet
bianli
- ring3 PSystemHandleInformation 遍历-ring3 PSystemHandleInformation
Delphiregencrypt
- Delphi随机生成程序序列号,程序通过MS的S.M.A.R.T.接口,直接从RING3调用API DeviceIoControl()来获取硬盘信息Get SCSI port handle,演示源码中还包括了应用此序列号的注册程序,输入序列号正确后,则将已安装信息写入注册表,main文件夹中的注册序列号判断程序需要在任务管理器退出。-Delphi random sequence number, the program through the S.M.A.R.T. interface of MS,