mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
18 lines
494 B
Markdown
18 lines
494 B
Markdown
# 2.2.4 Capstone
|
|
|
|
- [简介](#简介)
|
|
- [开发接口](#开发接口)
|
|
- [参考资料](#参考资料)
|
|
|
|
## 简介
|
|
|
|
Capstone 是一款开源、轻量级、多平台、多架构的反汇编框架,支持 x86、x86-64、ARM、ARM64、MIPS、PowerPC 等架构,支持 Windows、Linux、macOS 操作系统。
|
|
|
|
## 开发接口
|
|
|
|
## 参考资料
|
|
|
|
- <http://www.capstone-engine.org/>
|
|
- [BHUSA2014-capstone](https://www.capstone-engine.org/BHUSA2014-capstone.pdf)
|
|
- <https://github.com/aquynh/capstone>
|