Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-whitaker-arm james-whitaker-arm released this 11 Sep 11:16
· 2 commits to main since this release
335d00d

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