- Notifications
You must be signed in to change notification settings - Fork47
Modified Cheat Engine DBK64 driver
License
dmarov/chamd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Based on Cheat Engine version 7.2
Install git
clone this repository
git clone https://github.com/dmarov/chamd.gitcd chamd
Install nodejs viahttps://nodejs.org/en/ or via NVM or viachocolatey
package manager.
install yarn from CLI
npm install yarn
install packages
yarn
Copy.env.tpl
to.env
Fill in variables in.env
:
setCHAMD_DBK_DRIVER_NAME
to whatewer name you wish
Install visual studio (community or enterprise)[https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16](Visual Studio).You need to install MSVC (C/C++ compiler).Also you'll need to install WDK (Windows Driver Development Kit)https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk(follow the instructions).
Install cmake from herehttps://cmake.org/download/ or viachocolatey
.
run build
yarn all
Press "None" when asked.
Copy all 4 files from 'dist' directory to directory wherecheatengine.exe
locatedYou'll need to use Cheat Engine version 7.2. Compile it from source (Release x64)
Now you have test signed driver.To load it you'll need eigther enable test signing
bcdedit /set testsigning on
(this won't work with anticheat, obviously).
or use DSEFix
.\dsefix.exe// now run cheatengine (don't forget to check everythjing in Settings -> Extra).\dsefix.exe -e
Now you have loaded unsigned DBK64 driver.Kernel mode anticheat will allow to start game and make operations on game memory(last tested on EAC 07/20/2021).
TODO:
usehttps://www.oreans.com/CodeVirtualizer.php when driver will be detected
figure out if changing driver name even does anything
About
Modified Cheat Engine DBK64 driver