Re: [gentoo-user] Looking for x86 or AMD64 disassembler

2009-12-06 Thread Robin Atwood
On Sunday 06 December 2009, David Relson wrote: Indeed, hexdump mbr would show me the bytes but I want to see the code as instructions. objdump works fine for ELF. Being greedy, the ideal tool would handle all 3 formats. The immediate need is pure binary (like the MBR). A couple of

[gentoo-user] Looking for x86 or AMD64 disassembler

2009-12-05 Thread David Relson
G'day, I'm looking for a disassembler so that I can see the underlying assembly code in a variety of files, for example elf executables, DOS executables, binary files (such as the master boot record (MBR)), etc. Portage doesn't seem to include any, leastways eix hasn't revealed any to me.

Re: [gentoo-user] Looking for x86 or AMD64 disassembler

2009-12-05 Thread Brandon Vargo
On Sat, 2009-12-05 at 19:33 -0500, David Relson wrote: I'm looking for a disassembler so that I can see the underlying assembly code in a variety of files, for example elf executables, DOS executables, binary files (such as the master boot record (MBR)), etc. [snip] What do you all recommend

Re: [gentoo-user] Looking for x86 or AMD64 disassembler

2009-12-05 Thread David Relson
On Sat, 05 Dec 2009 18:29:50 -0700 Brandon Vargo wrote: On Sat, 2009-12-05 at 19:33 -0500, David Relson wrote: I'm looking for a disassembler so that I can see the underlying assembly code in a variety of files, for example elf executables, DOS executables, binary files (such as the master