Skip to content

fengjixuchui/DBKKernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBKKernel

This is a fixed version of DBKKernel (known as dbk64.sys, dbk32.sys).

DBKKernel is a subproject in Cheat Engine

This fixed project is compatible with VS2017 together with WDK for Windows 10 ver 1709.

Fix Content

SigCheck is removed from source. (For applying driver in UCE)

CETC is removed from source. (We do not need Server-Client CE Arch)

Fix structure member errors related to wdm.h

i386/noexceptiona.asm is tweaked due to error Undefined Symbol. Not sure if it's correct.

Compile

Prequist: VS2017

Install WDK from Install WDK for Windows 10, version 1709

Just ... Open project and go ahead for x64.

* DBK.inf need to be manaully updated if switched to compile an x86 version. (change filename from 64 to 32)

Sign

To use this driver without any system modification, you will need to cross sign the driver. To do that, you need a valid Class 3 cert.

To use this driver in Windows 10 x64 without cross sign, you either need to disable "Driver Signature Enforcement" (one-time), or enable TestMode (permanent)

Credit

All credits to Cheat Engine and whoever wrote the driver.(Dark Byte?)

About

DBKKernel used by Cheat Engine. Specially revised for VS2017 win10.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.1%
  • Assembly 3.1%
  • C++ 0.8%