kernullist / kn-live-dbg
PublicWindows kernel research tool. Looks like a debugger, but it is not a debugger. It uses a kernel driver to provide a WinDbg-like live kernel debugging experience from a TUI console.
Kn-Live-Dbg is a Windows kernel live debugging tool designed for security researchers and driver developers. It consists of a small kernel driver that provides safe memory reading and writing capabilities, paired with a user-mode console application that handles symbol loading, type interpretation, and a familiar command interface. The tool can read and write both virtual and physical memory, enumerate kernel callbacks (for processes, threads, registry, objects, and minifilters), load debugging symbols from Microsoft's servers, and includes an optional AI assistant to help plan investigations. It requires test-signing mode to operate and is explicitly designed for defensive research in controlled lab environments.
How It Works
You discover this tool while researching Windows security, anti-cheat systems, or driver development in a safe lab environment.
You enable the special developer mode in Windows that allows unsigned drivers to load, a requirement for kernel debugging.
The tool installs its driver, connects to your local kernel, and downloads the symbols it needs automatically.
Type commands like looking at memory, listing modules, or examining kernel callbacks using familiar syntax.
Ask questions in plain English and get help planning your investigation or understanding what you find.
You examine running processes, kernel callbacks, memory regions, and translate addresses between virtual and physical space.
You view structure layouts, disassemble code, and document your findings with exportable reports.
You safely analyzed the kernel in your controlled lab environment, documented your findings, and cleanly shut down the tool.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.