HyperDbgHyperDbgOfficialยท7 Agent Skills Included

gui

Windows kernel debugging, crash dump analysis, and test generation

Reimplements the HyperDbg debugger in Go with kernel and user-mode debugging, breakpoints, memory access, and event handling. Analyzes Windows blue-screen crash dumps with WinDbg and PDB symbols to pinpoint root causes and apply minimal fixes. Generates Go unit test skeletons and interface implementations automatically, eliminating repetitive boilerplate coding.
npx skills add HyperDbg/gui --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install HyperDbg GUI?โ–ผ

Run `npx skills add HyperDbg/gui --all -g -y` in your terminal to install all skills in this suite globally.

How to analyze a Windows blue screen crash dump?โ–ผ

The bsod-analysis skill runs WinDbg's kd.exe against your MEMORY.DMP file with the correct PDB symbols and source paths, then reports the bugcheck code, call stack, and exact faulting source line.

Can it generate Go unit tests automatically?โ–ผ

Yes. The test-generator skill parses Go interface definitions and creates complete test function skeletons in the same order, with TODO markers for your test cases.

Does it support kernel-mode debugging?โ–ผ

Yes. The Go rewrite of HyperDbg covers driver loading, IOCTL communication, EPT hooks, breakpoints, and single-stepping in both kernel and user mode.

Do I need reverse engineering experience to use it?โ–ผ

Basic debugging knowledge helps, but the skills handle the complex parts like symbol resolution, crash dump triage, and code generation from plain requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’