Skip to content

Releases: ArmDeveloperEcosystem/disassembly-library

v0.1.0

11 Sep 11:16
335d00d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release contains an initial pre-release version of the Arm Disassembly Library:

  • Decode and disassemble AArch64 instructions
  • Ability to build the library from source on AArch64 Linux and x86-64 Linux (it may work on other platforms since it uses CMake, but we have not tested these ourselves yet)
  • A limited API that can provide structured breakdown of an instruction, including some limited details of operand and register usage
  • Ability to install the tool as a Python package, providing Python bindings