From owner-freebsd-hackers Sun Apr 4 10:17: 6 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 21DAB14CE8 for ; Sun, 4 Apr 1999 10:17:03 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id SAA78632; Sun, 4 Apr 1999 18:17:13 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 4 Apr 1999 18:17:13 +0100 (BST) From: Doug Rabson To: Nick Hibma Cc: FreeBSD hackers mailing list , USB BSD list Subject: Re: disassembling i386 code In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 4 Apr 1999, Nick Hibma wrote: > > I would like to fetch some hints for doing things out of the object code > of a windblows driver for a FreeBSD driver I am writing (USB Zip drive). > > The device is standards compliant, but the marketing department of > Iomega has forgotten to tell us about how compliant it is and where the > compliancy breaks (for the iMac: 'We suggest you use our drivers, not > the ones from Apple' :-/ ). > > Could anyone tell me what I could use to disassemble the object code > file, either into assembler or otherwise maybe into C? If you are lucky, you might be able to use 'objdump --disassemble' using the version of objdump in the cygwin toolset. There is a commercial disassembler for Windows, Sourcer from V Communications. Have a look at http://www.v-com.com/products/sourcer.html but it costs money... -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message