From: CSBVAX::MRGATE!info-vax-request@kl.sri.com@SMTP 13-JAN-1988 12:23 To: ARISIA::EVERHART Subj: RE: BACKUP under VMS 4.6 needs PHY_IO !?!? Received: from ucbvax.Berkeley.EDU by KL.SRI.COM with TCP; Wed 13 Jan 88 00:15:51-PST Received: by ucbvax.Berkeley.EDU (5.58/1.26) id AA12141; Tue, 12 Jan 88 23:55:36 PST Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 11 Jan 88 06:00:25 GMT From: cunyvm!unknown@psuvm.bitnet Subject: RE: BACKUP under VMS 4.6 needs PHY_IO !?!? Message-Id: <55rrk@byuvax.bitnet> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com Five minutes with PATCH can make your /TRACEBACK image /NOTRACEBACK. I have done this numerous times to install images originally linked /TRACEBACK. Use PATCH/ABSOLUTE so that you can access the image header. The twelve bytes, usually starting at byte 48 of the image header (30 hex for PATCH) are transfer addresses. A normal shareable image linked with /TRACEBACK has one transfer address, as opposed to /NOTRACEBACK which has none. Replace this one (at byte 48) with a zero, and you have it. There will still be some extra debugger information at the end of the image file, but it will be ignored. You can also reverse the process to debug any system image linked /NOTRACEBACK.