#zig-dis-aarch64

1 messages · Page 1 of 1 (latest)

surreal lily
#

https://github.com/devins2518/zig-dis-aarch64

For the past half year, I've been working on a disassembler for aarch64 assembly which is available through the command line and public API. A large portion of most used parts of the ISA is able to be disassembled, however, some extensions still need to be implemented.

GitHub

Contribute to devins2518/zig-dis-aarch64 development by creating an account on GitHub.

pure sierra
#

This is great! Did you manually implement the decoder or did you use the machine-readable specs provided by ARM to generate a decoder?

languid oak
#

Very cool!

surreal lily