원클릭으로
gui
gui에는 HyperDbg에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Generates Go bindings from C headers and creates DLL bindings with unit tests. Invoke when user wants to add a new C library binding (WinDivert, Everything-SDK, zydis, keystone etc.) or when TestGenerate needs to be run for bindgen.
Removes error returns and replaces with mylog.Check/Check2/Call. Invoke when user wants to clean up error handling in Go files.
Checks Go implementation consistency with C++ HyperDbg. Invoke when comparing Go test code with C++ Libhyperdbg implementation or debugging IOCTL structure mismatches.
Generates interface method implementations for structs. Invoke when user wants to implement interface methods in a struct, automatically detecting missing methods and signature mismatches.
Guide for implementing Go version of pdbex PDB parser. Invoke when developing PDB parsing, symbol extraction, or type reconstruction features.
Generates unit test skeletons from Go interface definitions. Invoke when user wants to create test files with empty test functions based on interface methods.
Comprehensive guide for creating gio/ux UIs. Invoke when developing any gio/ux UI, creating widgets, layouts, or troubleshooting panics and compilation errors.