disassembly
objdump, a tool to analyze binary files
Fekete Zoltán
Fri, 04/26/2019 - 14:49
If you want to see all symbols in a binary file, try this:
$ objdump -t -C <binary file>
Look up in the manpage for details!
- Read more about objdump, a tool to analyze binary files
- Log in to post comments