搜索资源列表
NandFlash_driver_bug
- 在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故障隐患,修改了NandFlash驱动。通过修改NandFlash驱动,限制用户应用程序访问受限区域(nboot区域,toc区域,eboot区域,nk镜像区域,OEM区域),让这些区域被写保护,以达到保护flash的目的。
ReadMemoryNotByAPI.rar
- 不使用API跨进程内存读写,通过自己编写驱动进行内存读写。可以绕过通过监控API进行保护的软件,API does not use inter-process memory read and write, write drivers, through their own reading and writing to memory. Can bypass the protection by monitoring software API
passTP_ddk
- 自写驱动过游戏TP保护,加载驱动后可用CE调试。-TP had the game since the write driver protection, CE debug available after loading the driver.
code
- 驱动级读写内存。过目前一般保护游戏。如NP等-Driver-level memory read and write. General protection than the current game. NP such as
DriverVirus
- 实现了底层的自我保护和读写注册表功能,编译后ESET NOD32会报病毒-.LOG 13:12 03-9-14 Version 0.1 can write register when program is run. 13:23 03-9-15 Version 0.11 same as v0.1, but reprogrammed by asm, and only use one export symbol : IoCallDriver 8
Upan
- U盘写保护的VC API库,方便实现U盘写保护-U disk write-protected VC API library to facilitate the realization of U disk write protection
HookShadowSSDT
- 过驱动保护的源代码,写的比较详细,里面有注释-failed to translate
SD_Driver
- SD卡驱动 4 bit SD_CARD_TIMEOUT 当一个SD卡的操作超出时限,将导致返回错误和该标记被置位 SD_CARD_EXIST 当卡槽内插入了合适的卡体,不管是什么卡,都会使该位被设置; SD_CARD_WRITE_PROTECT 当卡体的写保护开关被 LOCK 时,则该位被设置; SD_CARD_READY 当卡槽内的卡被正确识别,并可以随时访问时,则该位被设置; SD_CARD_DOOR_CLOSE 当卡槽的门(产品外壳上的挡板开关)关闭时,则该位被设置-sd card MMC
passp
- 最新过TP保护驱动 清零写的不是这么好-Latest over-TP protection drive Cleared not so good
myWDK
- 这是一个C++驱动级内存读写源码,可以实现读写一些受保护游戏的内存。-This is a C++ source code to read and write memory drive level, you can read and write some of the protected memory game.
DirverProtect
- win7 x64 位系统下用驱动保护进程不被关闭与读写的三种实例。(Three examples of driving and protecting processes not closed and read and write under win7 x64 bit system.)
ACR39U-N1读写器计算机集成应用程序编程接口
- ACR39U PocketMate II 支持ISO 7816 A类、B类和C类智能卡(5 V、3 V和1.8 V)以及符合T=0或T=1协议的微处理器卡。此外,它还支持多种存储卡,其中包括美国国防部通用权限卡(CAC)和SIPRNET卡。这使得它适用于非常广泛的解决方案,例如PIV、门禁和逻辑访问控制、数字签名、网上银行等。 这款外形时尚简约的袖珍型读写器专为随时随地携带使用而设计。由于符合PC/SC和CCID标准, ACR39U-N1 PocketMate II 可以轻
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不
一些文件系统驱动
- 包含进程监控模块和文件读写保护模块,其中文件相关使用的微过滤器编写