Re: disassembler

2010-09-05 Thread Andrew MacIntyre
Aryeh Friedman wrote: I should of said USB drive I just think of all USB drives as "flash" drives... it is a Lacie external drive If this is a 3.5" drive with an external power supply, then the drive itself might be okay but the circuitry adapting it to the USB connector might have developed

Re: disassembler

2010-08-27 Thread Rink Springer
On Fri, Aug 27, 2010 at 11:36:55AM +0200, Gary Jennejohn wrote: > There are quite a few diassemblers under ports but I doubt they're > designed to work on raw disks. ndisasm should work nicely; it's in the devel/nasm port. Regards, -- Rink P.W. Springer- http://r

Re: disassembler

2010-08-27 Thread John Baldwin
On Thursday, August 26, 2010 11:42:25 pm Aryeh Friedman wrote: > On Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman > wrote: > > On Thu, Aug 26, 2010 at 10:46 PM, Dirk Engling wrote: > >> On 27.08.10 04:17, Aryeh Friedman wrote: > >> > >>> Is there a disa

Re: disassembler

2010-08-27 Thread Gary Jennejohn
n Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman > >> wrote: > >> > >>> > >>> On Thu, Aug 26, 2010 at 10:46 PM, Dirk Engling > >>> wrote: > >>> > >>>> > >>>> On 27.08.10 04:17, Aryeh Friedman wrote: > &

Re: disassembler

2010-08-27 Thread Hans Petter Selasky
On Friday 27 August 2010 10:27:38 Jim Bryant wrote: > ah, ok. > > if it's a flash drive, the data may be toast. depends on how many dead > cells there are. > Hi, dd if=/dev/da0 of=/root/temp.mbr bs=512 count=1 Then use objcopy to convert /root/temp.mbr into something that objdump can read, a

Re: disassembler

2010-08-27 Thread Aryeh Friedman
gt;>> source >>> tree yourself. >>> >>> Aryeh Friedman wrote: >>> >>>> >>>> On Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman >>>> wrote: >>>> >>>> >>>>> >>&

Re: disassembler

2010-08-27 Thread Jim Bryant
6, 2010 at 10:46 PM, Dirk Engling wrote: On 27.08.10 04:17, Aryeh Friedman wrote: Is there a disassembler in the base system if not what is a good option from ports? Try objdump -d, erdgeist flosoft# objdump -d /dev/da0 objdump: Warning: '/

Re: disassembler

2010-08-27 Thread Jim Bryant
at 11:36 PM, Aryeh Friedman wrote: On Thu, Aug 26, 2010 at 10:46 PM, Dirk Engling wrote: On 27.08.10 04:17, Aryeh Friedman wrote: Is there a disassembler in the base system if not what is a good option from ports? Try objdump -d, erdgeist flosoft# objdump -d

Re: disassembler

2010-08-26 Thread Aryeh Friedman
ote: >>> >>>> >>>> On 27.08.10 04:17, Aryeh Friedman wrote: >>>> >>>> >>>>> >>>>> Is there a disassembler in the base system if not what is a good &

Re: disassembler

2010-08-26 Thread Aryeh Friedman
On Fri, Aug 27, 2010 at 12:37 AM, Aryeh Friedman wrote: > Not really I need to look at the MBR for a flash drive (both the > partiion table and the boot code) > > On Fri, Aug 27, 2010 at 12:32 AM, Rodrigo Mizobe wrote: >> hexdump could help you? what is your need? >> > ___

Re: disassembler

2010-08-26 Thread Aryeh Friedman
On Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman wrote: > On Thu, Aug 26, 2010 at 10:46 PM, Dirk Engling wrote: >> On 27.08.10 04:17, Aryeh Friedman wrote: >> >>> Is there a disassembler in the base system if not what is a good >>> option from ports? >

Re: disassembler

2010-08-26 Thread Dirk Engling
On 27.08.10 04:17, Aryeh Friedman wrote: > Is there a disassembler in the base system if not what is a good > option from ports? Try objdump -d, erdgeist ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

disassembler

2010-08-26 Thread Aryeh Friedman
Is there a disassembler in the base system if not what is a good option from ports? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-uns

x86 Disassembler

2003-08-14 Thread Ryan Sommers
Are there any tools to disassemble an x86 binary file? objdump does a nice job on most files. However, I'm messing with some machine-code binary files that don't have ELF headers or anything other then the machine-code (ie MBR's). I'd like to disassemble them on FreeBSD, possibly to a format tha

Re: x86 Disassembler

2003-08-14 Thread Bruce M Simpson
On Tue, Aug 12, 2003 at 05:18:12PM -0400, Ryan Sommers wrote: > Are there any tools to disassemble an x86 binary file? objdump does a nice > job on most files. However, I'm messing with some machine-code binary > files that don't have ELF headers or anything other then the machine-code > (ie MBR

Re: x86 Disassembler

2003-08-14 Thread David Schultz
On Tue, Aug 12, 2003, Ryan Sommers wrote: > Are there any tools to disassemble an x86 binary file? objdump does a nice > job on most files. However, I'm messing with some machine-code binary files > that don't have ELF headers or anything other then the machine-code (ie > MBR's). I'd like to dis

Re: x86 Disassembler

2003-08-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce M Simpson <[EMAIL PROTECTED]> writes: : On Tue, Aug 12, 2003 at 05:18:12PM -0400, Ryan Sommers wrote: : > Are there any tools to disassemble an x86 binary file? objdump does a nice : > job on most files. However, I'm messing with some machine-code