unicorn

Lightweight multi-architecture CPU emulation framework

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight multi-architecture CPU emulation framework

Commands

unicorn

Examples

Emulate ARM code execution$ unicorn arm-code.bin
Test x86 assembly instructions in isolation$ unicorn -a x86 test.bin
Emulate MIPS architecture binary$ unicorn -a mips program.bin