emproof-com / nyxstone

Nyxstone: assembly / disassembly library based on LLVM, implemented in C++ with Rust and Python bindings, maintained by emproof.com
https://www.emproof.com
MIT License
231 stars 6 forks source link

Support little-endian/big-endian for arm #19

Closed stuxnot closed 8 months ago

stuxnot commented 8 months ago

Nyxstone already supports this via the LLVM triple string, the cli tool should probably have either more options for the architecture or support setting the triple string directly.