blob: 3860beb0a9302cc0d0cf72e1f3a648df2a411c31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# AARM64-Disassembler
Experimental disassembler for the AARM64 architecture. Not finished.
# Compile
```make```
## Usage
./disasm [AARM64 executable]
## TODO
Fully implement current instructions to be able to fetch the actual instruction parameters. Implement the full AARM64 instruction set.
https://static.docs.arm.com/ddi0596/a/DDI_0596_ARM_a64_instruction_set_architecture.pdf
|