objdump is a program from GNU binutils, which displays information from binary object files and is often used to examine compiled binaries. I had often used it on my Linux around 5 years ago for disassembly, with the "-d" flag, but haven't used it since then because of the change of my interest on security. Disassembly with "-d" option: $ objdump -d a.out Today I came to need to see the disassem