Note: A similar question is also on Reverse Engineering Stack Exchange.
Is there any free AMD64 disassembler?
It seems like there are a lot of x86 disassemblers, but they can't open 64-bit files...
Are there any tools that can show exported symbols in the disassembly as well? It's a little hard to figure out the code when the exports aren't identified. (I don't need debug symbols, just exports.)
I use objdump -d
. :-) Does that not work for you?