Re: disassembling machine code

2008-03-20 Thread Kees Cook
On Thu, Mar 20, 2008 at 09:25:00AM -0700, PETER EASTHOPE wrote: > There was no answer to this question in debian-user. > Is this the appropriate list? > > I have these 5 bytes of machine code to disassemble. > > b8 12 00 cd 10 > > I've looked at gdb and objdump. Appears they > need a compl

Re: disassembling machine code

2008-03-20 Thread Ove Kaaven
PETER EASTHOPE skrev: I have these 5 bytes of machine code to disassemble. b8 12 00 cd 10 I've looked at gdb and objdump. Appears they need a complete object file. What tool can disassemble this string? If all else fails, decode it with your head, maybe? I probably would... You're gi

Re: disassembling machine code

2008-03-20 Thread Daniel Jacobowitz
On Thu, Mar 20, 2008 at 09:25:00AM -0700, PETER EASTHOPE wrote: > Folk, > > There was no answer to this question in debian-user. > Is this the appropriate list? > > I have these 5 bytes of machine code to disassemble. > > b8 12 00 cd 10 > > I've looked at gdb and objdump. Appears they > n