From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 27 08:31:54 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5028210656AC for ; Fri, 27 Aug 2010 08:31:54 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 137778FC14 for ; Fri, 27 Aug 2010 08:31:52 +0000 (UTC) Received: by iwn36 with SMTP id 36so2722543iwn.13 for ; Fri, 27 Aug 2010 01:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lZ67w+HMx4Gzd2la3cZznUw046mzwYTu/aEl68MwbCY=; b=eNLDDnjCI7inaLf76vVOJO+nmOyHKZdji6E88rBtsMNEUtMmBfGb5jGiQbven6g1sB mIMqt1wAUKPcCFv8/vWzEY3Pk113ZUhvY6yapsAhoV4xwbw52TqpKZCQjCath9guour2 HWfrRNVajh9AISDHzoD+PKRCMBgURlouo4v3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=UlhnxXmqos/cRdWi3cpfRlcLm3SXEVpZHTnZPiQgvIeu+bbGczj4DbgOaGBea85SPD FCRHysb7s6Jo76yOcaVDJ8mSp2nUjT6f+clPVmR/ONhlbyZWYUau8YFyg6Ujv2hJbb2x BU9FXsENKxxhoMuEoqpUVCqBJkt/arK3/mH9U= MIME-Version: 1.0 Received: by 10.231.184.71 with SMTP id cj7mr733358ibb.159.1282897911491; Fri, 27 Aug 2010 01:31:51 -0700 (PDT) Received: by 10.231.184.223 with HTTP; Fri, 27 Aug 2010 01:31:51 -0700 (PDT) In-Reply-To: <4C7776FA.5070601@gmail.com> References: <4C7726F0.10001@erdgeist.org> <4C776025.8000609@gmail.com> <4C7776FA.5070601@gmail.com> Date: Fri, 27 Aug 2010 04:31:51 -0400 Message-ID: From: Aryeh Friedman To: Jim Bryant , freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: disassembler X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 08:31:54 -0000 I should of said USB drive I just think of all USB drives as "flash" drives... it is a Lacie external drive On Fri, Aug 27, 2010 at 4:27 AM, Jim Bryant wrot= e: > ah, ok. > > if it's a flash drive, the data may be toast. =A0depends on how many dead > cells there are. > > best of luck to you. > > Aryeh Friedman wrote: >> >> No the issue is a drive that has roughly 10 years of work on it died >> and I was asked to see if it is readable/reviable... I already know >> the format of the MBR but I need to also read the code to see if >> something is wakey (I have written MBR's {with inline assemble in GCC) >> for an OS I am working on but never disambled one) >> >> On Fri, Aug 27, 2010 at 2:50 AM, Jim Bryant >> wrote: >> >>> >>> umm, dude.... >>> >>> you writing a boot sector virus or something? >>> >>> funny though.... >>> >>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/boot-boo= t0.html >>> >>> given your skill and goals are questionable, you can find it in the >>> source >>> tree yourself. >>> >>> 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 disassembler in the base system if not what is a good >>>>>>> option from ports? >>>>>>> >>>>>>> >>>>>> >>>>>> Try objdump -d, >>>>>> >>>>>> =A0erdgeist >>>>>> >>>>>> >>>>>> >>>>> >>>>> flosoft# objdump -d /dev/da0 >>>>> objdump: Warning: '/dev/da0' is not an ordinary file >>>>> >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> freebsd-hackers@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>>> To unsubscribe, send any mail to >>>> "freebsd-hackers-unsubscribe@freebsd.org" >>>> >>>> >>>> >> >> >