We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line produces a warning:
$ aarch64-linux-gnu-objdump -d -M intel ./aarch64 > aarch64-dump BFD: unrecognised disassembler option: intel
However, it does not prevent the aarch64-dump from being generated:
aarch64-dump
$ head aarch64-dump ./aarch64: file format elf64-littleaarch64 Disassembly of section .init: 0000000000400250 <_init>: 400250: d503201f nop 400254: a9bf7bfd stp x29, x30, [sp, #-16]! 400258: 910003fd mov x29, sp
OS: Ubuntu 23.10
P.D: Thank you for transmitting your passion through the videos 💙
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following line produces a warning:
However, it does not prevent the
aarch64-dump
from being generated:OS: Ubuntu 23.10
P.D: Thank you for transmitting your passion through the videos 💙
The text was updated successfully, but these errors were encountered: