29 Forks
75 Stars
75 Watchers

KDBG

The windows kernel debugger consists of two parts, KMOD which is the kernel driver handling ring3 request and KCLI, the command line interface for the driver. It originated due to insufficient useability with CheatEngine's DBVM driver while debugging games running under certain AntiCheat software.

How to download and setup KDBG

Open terminal and run command
git clone https://github.com/allogic/KDBG.git
git clone is used to create a copy or clone of KDBG repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with KDBG https://github.com/allogic/KDBG/archive/master.zip

Or simply clone KDBG with SSH
[email protected]:allogic/KDBG.git

If you have some problems with KDBG

You may open issue on KDBG support forum (system) here: https://github.com/allogic/KDBG/issues