I need to disassemble an executable file made from C .
My lecturer said to use GDB (I need to use a linux platform , so I’m using Eclipse Indigo
under VMWARE virtual machine) but I don’t like GDB .
What I have at the moment is only a .exe file . Can I use Eclipse to disassemble that file ?
I have 6 phases that I need to decipher , the program is known as "Defusing a Binary Bomb"
. So , in order to do that I need to disassemble that file , but I can’t seem to find a way to do that in Eclipse …
Can you please explain how do I do disassembly in Eclipse ?
Why not use objdump?