-
Notifications
You must be signed in to change notification settings - Fork 0
Home
crifan edited this page Feb 21, 2026
·
1 revision
IDA Pro Plugin, to export specified function(s) code to file.
-
sub_xxx: function entry point -
loc_xxx: code label (non-function address)
-
.c: pseudocode (decompiled C code, via Hex-Rays) -
.asm: assembly code (IDA-style format with XREF, loc labels) -
.bin: binary code (raw bytes)
- 项目概述 - Project overview, architecture and design
- 快速开始 - Quick start guide
- 配置详解 - Configuration reference
-
导出功能说明 - Export features overview
- C代码导出(伪代码) - Pseudocode export (.c)
- 汇编代码导出 - Assembly export (.asm)
- 二进制数据导出 - Binary export (.bin)
- 使用示例 - Usage examples
- 故障排除 - Troubleshooting
- 开发者指南 - Developer guide