Free 64-bit disassembler?

user541686 picture user541686 · Jun 5, 2011 · Viewed 30.3k times · Source

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

Update:

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.)

Answer

Chris Jester-Young picture Chris Jester-Young · Jun 5, 2011

I use objdump -d. :-) Does that not work for you?