allogic / 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.
☆94Updated 2 years ago
Alternatives and similar repositories for KDBG:
Users that are interested in KDBG are comparing it to the libraries listed below
- This project will give you an example how you can hook a kernel vtable function that cannot be directly called☆82Updated 3 years ago
- Some psuedo snippets from BattlEye's BEDaisy.sys loaded on Rainbow Six: Siege.☆123Updated 2 years ago
- Detect-KeAttachProcess by iterating through all processes as well as checking the context of the thread.☆110Updated 3 years ago
- Kernel driver that uses Shared memory to communicate with UserMode☆85Updated 5 years ago
- Handling C++ & __try exceptions without the need of built-in handlers.☆69Updated 3 years ago
- Easy Anti PatchGuard☆217Updated 3 years ago
- ☆163Updated 3 years ago
- An x64 page table iterator written in C++ as a kernel mode windows driver.☆107Updated 3 years ago
- ☆66Updated 2 years ago
- A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy☆83Updated last year
- ☆78Updated 3 years ago
- Windows X64 mode use seh in manual mapped dll or manual mapped sys☆71Updated 2 years ago
- x64 manual mapper using inline syscalls☆8Updated 3 years ago
- ☆52Updated 2 years ago
- ☆89Updated last year
- base for testing☆161Updated 5 months ago
- DWM Overlay without write .text☆74Updated 5 months ago
- driver manual mapper powered by https://github.com/estimated1337/lenovo_exec☆109Updated 2 years ago
- ☆138Updated last year
- Standard Kernel Library for Windows hacking in C++☆132Updated 3 months ago
- a minimalistic windows hypervisor for amd processors☆98Updated 2 years ago
- Kernel Lazy Importer☆109Updated 10 months ago
- Bypassing EasyAntiCheat.sys self-integrity by abusing call hierarchy☆80Updated 2 years ago
- manually map driver for a signed driver memory space☆149Updated 4 years ago
- Scans all modules in target process for jmp/int3 hooks dissassembles then and follows jmps to destination.☆75Updated last year
- Shows an example of how to implement VT-d/AMD-Vi on Windows☆100Updated last year
- a Windows kernel Pdb parsing and downloading library that running purely in kernel mode without any R3 programs.☆152Updated 5 months ago
- ☆71Updated 2 years ago
- Kernel-Mode extended version of https://github.com/microsoft/Detours☆153Updated 2 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆141Updated last year