From owner-freebsd-hackers Mon Feb 26 13:51:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA20273 for hackers-outgoing; Mon, 26 Feb 1996 13:51:30 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA20253 for ; Mon, 26 Feb 1996 13:50:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id OAA21456; Mon, 26 Feb 1996 14:48:01 -0700 Message-Id: <199602262148.OAA21456@rover.village.org> To: "Serge A. Babkin" Subject: Re: as(1) patch & dis Cc: bde@zeta.org.au (Bruce Evans), hackers@FreeBSD.org In-reply-to: Your message of Mon, 26 Feb 1996 18:21:15 +0500 Date: Mon, 26 Feb 1996 14:48:01 -0700 From: Warner Losh 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 ? You might want to check out binutils. They already have a disassembler in them that is relatively good. Warner