文件名称:The-kernel-to-accelerate-the-VB
- 所属分类:
- 外挂编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-03-15
- 文件大小:
- 1mb
- 下载次数:
- 0次
- 提 供 者:
- song*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个逆向游戏守望者的一个驱动,用来给整个系统进行加速处理.
Hook 内核层的 KeQueryPerformanceCounter 和 KeUpdateSystemTime 来实现加速功能.
目前是整个系统都加速,包括系统时钟也变快了.
R3层要加载D3D9相关的DLL,才会让时间显示加快.
变速公式:
Result := 上次返回时间 + Round((当前返回时间 - 上次正常时间) * Power(2,倍数))
请勿用于非法用途.-This is a reverse game watchmen a driver, is used to accelerate the whole system.
Hook the kernel layer KeQueryPerformanceCounter and KeUpdateSystemTime to achieve acceleration.
Accelerate the current is the entire system, including the system clock is faster.
R3 layer to load D3D9 related DLL, can let the time display faster.
Variable speed formula:
Result:+ = return last time Round ((current returns- the last time the normal time)* Power (Power, 2))
Please do not used for illegal purposes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
clsMusic.cls
frmMusic.frm
frmMusic.frx
GetMyCpuID.bas
MDIForm1.frm
Media.vbp
Media.vbw
Module1.bas
MSSCCPRJ.SCC
My Music Player.vbw
Phantom.sys
play78.exe
SuperSb.sys
work0.gif
work1.gif
内核级变速齿轮_驱动源码.rar
外挂对象.cls
外挂公有模块.bas
cls_Driver.cls
成品
内核加速VB(全套代码)\clsMusic.cls
......................\cls_Driver.cls
......................\frmMusic.frm
......................\frmMusic.frx
......................\GetMyCpuID.bas
......................\MDIForm1.frm
......................\Media.vbp
......................\Media.vbw
......................\Module1.bas
......................\MSSCCPRJ.SCC
......................\My Music Player.vbw
......................\Phantom.sys
......................\play78.exe
......................\SuperSb.sys
......................\work0.gif
......................\work1.gif
......................\内核级变速齿轮_驱动源码\buildchk_wxp_x86.log
......................\.......................\ioctl.h
......................\.......................\MyKeQueryPerformanceCounter.cpp
......................\.......................\MyKeQueryPerformanceCounter.h
......................\.......................\MyKeUpdateSystemTime.cpp
......................\.......................\MyKeUpdateSystemTime.h
......................\.......................\objchk_win7_x86\Phantom.log
......................\.......................\........xp_x86\i386\SuperSb.sys
......................\.......................\...fre_win7_x86\Phantom.log
......................\.......................\Phantom.cpp
......................\.......................\Phantom.sdf
......................\.......................\Phantom.sln
......................\.......................\Phantom.suo
......................\.......................\Phantom.vcproj
......................\.......................\Phantom.vcxproj
......................\.......................\Phantom.vcxproj.filters
......................\.......................\Phantom.vcxproj.user
......................\.......................\Phantom.Win32.vddklaunch
......................\.......................\Phantom.x64.vddklaunch
......................\.......................\PhantomHelper.cpp
......................\.......................\PhantomHelper.h
......................\.......................\sources
......................\.......................\stdafx.cpp
......................\.......................\stdafx.h
......................\.......................\UpgradeLog.XML
......................\.......................\UpgradeLog2.XML
......................\.......................\VisualDDKHelpers.h
......................\.......................\_UpgradeReport_Files\UpgradeReport.css
......................\.......................\....................\UpgradeReport.xslt
......................\.......................\....................\UpgradeReport_Minus.gif
......................\.......................\....................\UpgradeReport_Plus.gif
......................\.......................\项目说明.txt
......................\内核级变速齿轮_驱动源码.rar
......................\外挂公有模块.bas
......................\外挂对象.cls
......................\内核级变速齿轮_驱动源码\objchk_wxp_x86\i386
......................\.......................\objchk_win7_x86
......................\.......................\objchk_wxp_x86
......................\.......................\objfre_win7_x86
......................\.......................\_UpgradeReport_Files
......................\内核级变速齿轮_驱动源码
......................\成品
内核加速VB(全套代码)