hopperref icon indicating copy to clipboard operation
hopperref copied to clipboard

Not loading for ARM64

Open nologic opened this issue 9 years ago • 1 comments

Doesn't seem to be working for ARM64 binaries.


Documentation for instruction at 0x18e2aeda8L Architecture: instruction: bl instruction length: 4 Manual not found for architecture: BL not documented.

nologic avatar Nov 12 '15 03:11 nologic

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.)

Maroc-OS avatar Dec 07 '15 06:12 Maroc-OS