From owner-freebsd-hackers Tue Feb 27 03:47:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA08832 for hackers-outgoing; Tue, 27 Feb 1996 03:47:10 -0800 (PST) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA08787 for ; Tue, 27 Feb 1996 03:46:41 -0800 (PST) Received: from localhost (babkin@localhost) by hq.icb.chel.su (8.6.5/8.6.5) id QAA07983; Tue, 27 Feb 1996 16:45:17 +0500 From: "Serge A. Babkin" Message-Id: <199602271145.QAA07983@hq.icb.chel.su> Subject: Re: as(1) patch & dis To: narvi@haldjas.folklore.ee (Narvi) Date: Tue, 27 Feb 1996 16:45:16 +0500 (GMT+0500) Cc: hackers@freebsd.org In-Reply-To: from "Narvi" at Feb 27, 96 09:15:07 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk > > > > BTW, for fixing this bug :-) I have written a 386 disassembler. It's alpha > > quality yet but already useful. I think any people who wants to > > reengineer some "object-only" BSDi code will find it useful too. So > > how about to commit it ? > > Will it decode only BSDi code? Can it be used to watch the code companies > sell on their driver diskettes for SCO? Indeed it was written to decode FreeBSD code :-) but it decodes BSDi (at least 1.1) code wery well too. May be it will be able to decode the Linux code too (with some changes?). SCO drivers can be easily disassembled by dis under SCO. Really, dis is braindamaged and I use dumps of symbol and relocation tables (dis from SCO5 is even more braindamaged, it disassembles some jump addresses wrong). My dis386 for FreeBSD analyses them automatically. So may be some day I would write a COFF version of it. -SB