Unicorn文档和资料
- Unicorn文档和资料
- 主页
- GitHub
- Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86)
- 官网
- Unicorn – The ultimate CPU emulator
- GitHub
- 官网文档
- 其他实例代码
- C
- Python
- unicorn/bindings/python at master · unicorn-engine/unicorn · GitHub
- arm
- https://github.com/unicorn-engine/unicorn/blob/master/bindings/python/sample_arm.py
- https://github.com/unicorn-engine/unicorn/blob/master/bindings/python/sample_arm64.py
- https://github.com/unicorn-engine/unicorn/blob/master/bindings/python/sample_arm64eb.py
- https://github.com/unicorn-engine/unicorn/blob/master/bindings/python/sample_armeb.py
- x86
- arm
- unicorn/bindings/python at master · unicorn-engine/unicorn · GitHub
- (Unicorn Engine的)API接口文档
- FAQ
- 其他
- Unicorn和QEMU的关系和对比
- Unicorn实现细节
- PDF: 《BlackHat USA 2015 slides》 == Unicorn: next generation CPU emulator framework
- 自己编译
- 部分网上资源
- Running arm64 code on your Intel Mac 🖥 using Unicorn emulator | 🇺🇦 danylokos’s blog
- Unicorn的一些笔记和用法
- hook函数写法
- 在线工具
- 在线模拟unicorn去运行arm汇编代码
- 主页