Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not loading for ARM64 #2

Open
nologic opened this issue Nov 12, 2015 · 1 comment
Open

Not loading for ARM64 #2

nologic opened this issue Nov 12, 2015 · 1 comment

Comments

@nologic
Copy link

nologic commented Nov 12, 2015

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.

Maroc-OS added a commit to Maroc-OS/hopperref that referenced this issue Dec 7, 2015
This fix is just a workaround for issue zbuc#2 @ https://github.com/zbuc/hopperref
@Maroc-OS
Copy link

Maroc-OS commented Dec 7, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants