vitoplantamura/BugChecker
SoftICE-like kernel debugger for Windows 11 observed · 2026-08-28
Health v2 · maintenance only
22/100
- Activity 0
- Release rhythm 8
- Longevity 95
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1339
- days_rel: n/a
- days_push: 1142
- n_releases_24m: 0
Adoption not part of the score
1055 stars · 144 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BugChecker is a SoftICE-like kernel and user-mode debugger for Windows (XP through 11, x86 and x64) that runs entirely on the machine being debugged, without requiring a second host. It works by intercepting the kernel's KD API (KdSendPacket/KdReceivePacket) via a KDCOM.DLL replacement, presenting itself as an external kernel debugger while displaying output on a linear framebuffer and accepting input from a PS/2 keyboard.
Use cases
- debug windows kernel without a second machine
- softice-like debugger for windows 11
- single-machine kernel debugging on windows
- set breakpoints and inspect memory in kernel mode
- debug wow64 processes on x64 windows
- disable patchguard while kernel debugging
- step through kernel code with js expressions
When to choose
- you need kernel debugging on a single Windows machine without a host debugger or serial cable
- you want a SoftICE-style full-screen debugger experience on modern Windows
- you need to support debugging from Windows XP through Windows 11, x86 and x64
- you want to script debugger commands with JavaScript expressions
When to avoid
- you need a debugger with a modern GUI or IDE integration
- your machine lacks a PS/2 keyboard (built-in or external) and a linear framebuffer
- you require official vendor support or long-term stability guarantees
- you need to debug non-Windows operating systems
Facets
application · maturity active
developer-tools cli terminal-ui developer-tools operating-systems security reverse-engineering windows cpp c kernel-debugger softice windbg windows-kernel kd-api single-machine-debugging reverse-engineering debugging
1 source
- readme: https://github.com/vitoplantamura/BugChecker · fetched 2026-08-28 · bdf4d55108fa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vitoplantamura/BugChecker | main | 22 |
For agents
markdown · JSON · MCP: product_card(name="vitoplantamura/BugChecker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem