gui
Windows kernel debugging, crash dump analysis, and test generation
All Skills in This Repository (7)
Pure Emerald Level Indicatorstest-generator
Generate Go unit test skeletons from interface definitions.
ux-ui-troubleshooter
Guide developers to build Gio/Ux interfaces with standardized widgets and layouts.
hyperdbg-consistency-checker
Compare Go HyperDbg structures and bindings against the C++ codebase.
bindgen-binding
Generate Go bindings from C headers with DLL unit tests.
go-error-cleanup
Replace Go error returns and checks with mylog.Check, Check2, and Call utilities.
impl-generator
Generate skeleton implementations for missing Go interface methods.
pdbex-go-implementation
Parse PDB files and generate compilable C headers and symbol mappings.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core