You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, it took me a while: What is missing is the -m switch, short for --macho: "Use MachO specific object file parser"
So objdump -s -m -d -M no-aliases arm64.o
or objdump --macho --disassembler-options=no-aliases arm64.o will work (and of course, you can throw in -s or --full-info, too.
Hi, I'm really new to this row level world 🙏 and have an issue.
I'm not able to use the command with options,
objdump -s -d -M no-aliases filename.o
, and it says "Unrecognized disassembler option: no-aliases"I don't know why, can't I use that option on m1?
thank you, in advance.
The text was updated successfully, but these errors were encountered: