objdump, a tool to analyze binary files
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
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!