Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Modified Cheat Engine DBK64 driver

License

NotificationsYou must be signed in to change notification settings

dmarov/chamd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified Cheat Engine DBK64 kernel driver, which supposed to be undetectable

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 viachocolateypackage 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


[8]ページ先頭

©2009-2025 Movatter.jp