Skip to main content

go-rust-reverse

Use for reverse engineering stripped Go and Rust binaries including runtime recognition, pclntab/moduel data recovery, panic strings, and idiomatic decompilation recovery.

설치로 이동

소스 정보

저장소
SeaOf0/dsh-redteam-model
최근 소스 활동
2026년 8월 18일 15:45
감지된 SKILL.md 언어
다국어 혼합
스타
570
포크
46

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
go-rust-reverse
description
Use for reverse engineering stripped Go and Rust binaries including runtime recognition, pclntab/moduel data recovery, panic strings, and idiomatic decompilation recovery.
# Go / Rust Binary Reverse Engineering ## ACTION REQUIRED(读完后立刻执行) 1. `NOW`: 读取 `../field-journal/precedent-reverse.md` 2. `NOW`: 确认样本为 Go/Rust 编译产物(`file`/字符串/运行时特征) 3. `NEXT`: GoReSym / 相关插件是否可用 4. `ACT`: 运行时识别 → 符号/元数据恢复 → 业务逻辑 ## 适用场景 - 剥离符号的 Go 恶意软件/工具 - Rust 发行二进制、panic 字符串驱动分析 - 与通用 ida/ghidra 互补的语言专用方法 ## 工作流 ### Go ```text □ 识别 go.buildid、runtime 符号残留、pclntab □ GoReSym / redress / IDA Go 插件恢复函数名 □ 注意 interface、slice、string 结构在反编译中的形态 □ 网络/加密库路径:crypto/* net/http ``` ### Rust ```text □ panic 字符串、rust_begin_unwind、crate 路径暗示 □ 范型实例化导致的代码膨胀;先定位字符串 xref □ 异步/tokio 状态机需结合交叉引用 ``` ### 动态 ```text □ 仍可用 Frida;注意 Go 栈与调度 □ 优先日志与配置字符串驱动断点 ``` ## 工具链 | 工具 | 用途 | |------|------| | GoReSym | Go 元数据 | | IDA/Ghidra + Go/Rust 插件 | 反编译 | | radare2 | 快速字符串 | | strings / rabin2 | 分诊 | ## 参考 - `references/go-rust-notes.md` - `../reverse-engineering/go-reverse.md` `../ida-reverse/` `../ghidra-reverse/` - seed: `field-journal/seed-002_go-malware-stripped.md` ## 路由上下文 **上游**: MASTER R33 **下游**: 恶意样本流程 `malware-analysis`;通用 RE `reverse-engineering` ## 任务完成自检 - [ ] 是否恢复关键函数名或等价映射? - [ ] 是否标注语言运行时证据? - [ ] Checklist?
GitHub에서 보기