Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!munnari!otc!metro!ipso!runx!johnf From: johnf@runx.ips.oz (John F. Baird) Newsgroups: comp.os.vms Subject: Re: Disassembler Message-ID: <980@runx.ips.oz> Date: Sun, 21-Jun-87 19:02:55 EDT Article-I.D.: runx.980 Posted: Sun Jun 21 19:02:55 1987 Date-Received: Wed, 24-Jun-87 07:25:19 EDT References: <8706131228.AA08623@ucbvax.Berkeley.EDU> Organization: RUNX Un*x Timeshare. Sydney, Australia. Lines: 5 Disassembling .EXE files? Easy! Run the program /DEBUG, SET LANGUAGE MACRO, work out where the code is (trail and error), and do an EXAMINE/INSTRUCTION for the relavent pages. Hope this helps!