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
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
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
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:
> &
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
gt;>> source
>>> tree yourself.
>>>
>>> Aryeh Friedman wrote:
>>>
>>>>
>>>> On Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman
>>>> wrote:
>>>>
>>>>
>>>>>
>>&
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: '/
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
ote:
>>>
>>>>
>>>> On 27.08.10 04:17, Aryeh Friedman wrote:
>>>>
>>>>
>>>>>
>>>>> Is there a disassembler in the base system if not what is a good
&
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?
>>
>
___
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?
>
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
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
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
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
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
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
17 matches
Mail list logo