#reverse-engineering #arm64 #disassembler #arm-v8

no-std disarm64_defn

This library provides structures and enums for describing AArch64 (ARMv8) instructions

6 releases

0.1.5 Mar 25, 2024
0.1.4 Mar 4, 2024
0.1.3 Feb 19, 2024

#790 in Development tools

Download history 251/week @ 2024-02-16 23/week @ 2024-02-23 156/week @ 2024-03-01 38/week @ 2024-03-08 9/week @ 2024-03-15 147/week @ 2024-03-22 50/week @ 2024-03-29 12/week @ 2024-04-05

227 downloads per month
Used in disarm64

Unlicense OR MIT

35KB
1K SLoC

disarm64 definitions

This library provides structures and enums for describing AArch64 (ARMv8) instructions. The approach might seem to be closer to what the opcodes library (a part of GNU binutils) does, although the central motive is deserialization/parsing of a definition file - what TableGen (of LLVM) employs.

By default, the crate is built with std support. If you intend not to depend on the std crate, here is the syntax to use instead:

disarm64_defn = { version = "0.1", default_features = false }

For more information on the subject, please refer to:


lib.rs:

This library provides structures and enums for describing AArch64 (ARMv8) instructions.

Dependencies

~0.5–1.2MB
~27K SLoC