Date: Mon, 2 Aug 1999 11:35:21 -0400 Message-Id: <199908021535.LAA01590@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <37A52432.60703C94@megsinet.net> (message from David Oppenheimer on Mon, 02 Aug 1999 00:53:07 -0400) Subject: Re: Decompiler Question. References: <37A52432 DOT 60703C94 AT megsinet DOT net> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Follow this link to a page where you will find a disassembler written by J > Delorie. Does that name sound familiar?! > http://www.suddendischarge.com/Disassemblers.html That listing is very misleading. The author is Robin Hilliard, who heavily modified code from djgpp's "edebug" program (the "J Delorie" probably refers to me, but I *never* use "J" as my first name, and I have no knowledge of this package aside from just reading the copyright notice). Also, the disassembler in edebug is nowhere near smart enough to be used as a general-purpose disassembly program, as it has no way of properly tagging labels and deciding what's code and what's data. A note to the pedants: This is an example of a violation of the GNU GPL. When you modify someone else's code, you *MUST* retain all existing copyright notices, which was not done in this package. Just because a program is released under the GPL does *NOT* mean that the author has relinquished copyright to anyone.