hopperref
hopperref copied to clipboard
Not loading for ARM64
Doesn't seem to be working for ARM64 binaries.
Documentation for instruction at 0x18e2aeda8L
Architecture:
I think because of the processor state set is not arm or thumb and the name will be wrong as we have only two definitions on the python file : x86-64 and arm.
The work around can be adding "aarch64" to the arm line (ARMv8 operate in two modes AArch64 and AArch32 which it compatible with ARMv7-A, not all the architecture will be documented but at least the armv7 part will be there.)