搜索资源列表
vbqdjym
- VB内核级键盘记录,很不错的源码!更接近底层,能突破一些反外挂程序的检测!-VB kernel level keyloggers, it is a good source! Closer to the ground floor, to break through some anti-detection plug-in!
The-kernel-to-accelerate-the-VB
- 这是一个逆向游戏守望者的一个驱动,用来给整个系统进行加速处理. Hook 内核层的 KeQueryPerformanceCounter 和 KeUpdateSystemTime 来实现加速功能. 目前是整个系统都加速,包括系统时钟也变快了. R3层要加载D3D9相关的DLL,才会让时间显示加快. 变速公式: Result := 上次返回时间 + Round((当前返回时间 - 上次正常时间) * Power(2,倍数)) 请勿