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
- Detect-KeAttachProcess by iterating through all processes as well as checking the context of the thread.☆112Updated 3 years ago
- ☆79Updated 3 years ago
- Kernel driver that uses Shared memory to communicate with UserMode☆85Updated 6 years ago
- Kernel Lazy Importer☆113Updated last year
- Handling C++ & __try exceptions without the need of built-in handlers.☆71Updated 3 years ago
- Easy Anti PatchGuard☆218Updated 4 years ago
- Bypassing EasyAntiCheat.sys self-integrity by abusing call hierarchy☆81Updated 2 years ago
- A basic demonstration of directly overwriting paging structures for physical memory r/w and interprocess memory copy☆86Updated last year
- Some psuedo snippets from BattlEye's BEDaisy.sys loaded on Rainbow Six: Siege.☆124Updated 3 years ago
- DWM Overlay without write .text☆79Updated 7 months ago
- Windows X64 mode use seh in manual mapped dll or manual mapped sys☆71Updated 2 years ago
- reverse engineering of bedaisy.sys (battleyes kernel driver) - Aki2k/BEDaisy☆82Updated 4 years ago
- Drawing from kernelmode without any hooks☆162Updated 2 years ago
- Shows an example of how to implement VT-d/AMD-Vi on Windows☆108Updated last year
- A PoC for requesting HWIDs directly from hardware, skipping any potential hooks or OS support.☆80Updated 4 years ago
- ☆78Updated 3 years ago
- ☆166Updated 3 years ago
- x64 manual mapper using inline syscalls☆9Updated 3 years ago
- An x64 page table iterator written in C++ as a kernel mode windows driver.☆108Updated 3 years ago
- driver manual mapper powered by https://github.com/estimated1337/lenovo_exec☆111Updated 2 years ago
- x64 Windows kernel driver mapper, inject unsigned driver using anycall☆157Updated last year
- Example driver on how to use SKLib☆48Updated 5 months ago
- Using CVE-2021-40449 to manual map kernel mode driver☆101Updated 3 years ago
- manually map driver for a signed driver memory space☆156Updated 4 years ago
- ☆141Updated last year
- Virtual and physical memory hacking library using gigabyte vulnerable driver☆71Updated 2 years ago
- Scans all modules in target process for jmp/int3 hooks dissassembles then and follows jmps to destination.☆75Updated last year
- base for testing☆164Updated 7 months ago
- Old project (2020) reformed. Modifies gRT->GetVariable sub function from EFI_APPLICATION. Tested on Win10 22H2 (AMD).☆50Updated last year