Re: disassembling machine code

2008-03-24 Thread Daniel Burrows
On Fri, Mar 21, 2008 at 11:12:58PM -0300, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> was heard to say: > On Fri, 21 Mar 2008, Daniel Burrows wrote: > > On Fri, Mar 21, 2008 at 01:39:09PM +0100, [EMAIL PROTECTED] was heard to > > say: > > > On Wed, Mar 19, 2008 at 12:26:19PM -0700, PETER EAST

Re: disassembling machine code

2008-03-21 Thread Florian Kulzer
On Fri, Mar 21, 2008 at 11:29:19 -0700, Daniel Burrows wrote: > On Fri, Mar 21, 2008 at 01:39:09PM +0100, [EMAIL PROTECTED] was heard to say: [...] > > Regards, > > MIrko > > I did not write this email. I don't have any problem with it, but I > didn't write it. > > Whoever did: please refr

Re: disassembling machine code

2008-03-21 Thread Henrique de Moraes Holschuh
On Fri, 21 Mar 2008, Daniel Burrows wrote: > On Fri, Mar 21, 2008 at 01:39:09PM +0100, [EMAIL PROTECTED] was heard to say: > > On Wed, Mar 19, 2008 at 12:26:19PM -0700, PETER EASTHOPE wrote: [removed] > I did not write this email. I don't have any problem with it, but I > didn't write it. > >

Re: disassembling machine code

2008-03-21 Thread Daniel Burrows
On Fri, Mar 21, 2008 at 01:39:09PM +0100, [EMAIL PROTECTED] was heard to say: > On Wed, Mar 19, 2008 at 12:26:19PM -0700, PETER EASTHOPE wrote: > > 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

Re: disassembling machine code

2008-03-21 Thread Mirko Parthey
On Fri, Mar 21, 2008 at 01:39:09PM +0100, [EMAIL PROTECTED] wrote: > On Wed, Mar 19, 2008 at 12:26:19PM -0700, PETER EASTHOPE wrote: > > 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

Re: disassembling machine code

2008-03-21 Thread bounce-debian-user=archive=mail-archive . com
On Wed, Mar 19, 2008 at 12:26:19PM -0700, PETER EASTHOPE wrote: > 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. Someone please > give a clue. Write the machine code to a file: $ p

Re: disassembling machine code

2008-03-20 Thread Magnus Therning
PETER EASTHOPE wrote: > Folk, > > 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. Someone please > give a clue. Find documentation for the specific processor and simply look it up!