objdump, a tool to analyze binary files

Submitted by Fekete Zoltán on

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!