Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

gui

gui 收录了来自 HyperDbg 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
85
更新
2026-04-29
Forks
13
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

bindgen-binding
软件开发工程师

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.

2026-04-29
go-error-cleanup
软件开发工程师

Removes error returns and replaces with mylog.Check/Check2/Call. Invoke when user wants to clean up error handling in Go files.

2026-04-29
hyperdbg-consistency-checker
软件开发工程师

Checks Go implementation consistency with C++ HyperDbg. Invoke when comparing Go test code with C++ Libhyperdbg implementation or debugging IOCTL structure mismatches.

2026-04-29
impl-generator
软件开发工程师

Generates interface method implementations for structs. Invoke when user wants to implement interface methods in a struct, automatically detecting missing methods and signature mismatches.

2026-04-29
pdbex-go-implementation
软件开发工程师

Guide for implementing Go version of pdbex PDB parser. Invoke when developing PDB parsing, symbol extraction, or type reconstruction features.

2026-04-29
test-generator
软件质量保证分析师与测试员

Generates unit test skeletons from Go interface definitions. Invoke when user wants to create test files with empty test functions based on interface methods.

2026-04-29
ux-ui-troubleshooter
软件开发工程师

Comprehensive guide for creating gio/ux UIs. Invoke when developing any gio/ux UI, creating widgets, layouts, or troubleshooting panics and compilation errors.

2026-04-29