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!
- 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!