Manipulating debug and traceback flags
I'm looking for a couple of old programs, called SETEXEFLAGS and
PATCH_TRACEBACK, that used to be hanging around in cyberspace someplace. I
need these to manipulate the TRACEBACK flag in an AXP image. While I can
probably figure it out, it's easier to just compile & run something
existing. <grin>
------
+-------------------------------+----------------------------------------+
| Dan O'Reilly | "There are 10 types of people in this |
| Principal Engineer | world: those who understand binary |
| Process Software | and those who don't." |
| [url]http://www.process.com[/url] | |
+-------------------------------+----------------------------------------+
Re: Manipulating debug and traceback flags
In article <6.1.2.0.2.20080919113643.02066888@raptor.psccos.com>, Dan O'Reilly <dano@process.com> writes:[color=blue]
>I'm looking for a couple of old programs, called SETEXEFLAGS and
>PATCH_TRACEBACK, that used to be hanging around in cyberspace someplace. I
>need these to manipulate the TRACEBACK flag in an AXP image. While I can
>probably figure it out, it's easier to just compile & run something
>existing. <grin>[/color]
What version of VMS? If there PATCH, I can tell you how to do it quickly.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)COM
.... pejorative statements of opinion are entitled to constitutional protection
no matter how extreme, vituperous, or vigorously expressed they may be. (NJSC)
Copr. 2008 Brian Schenkenberger. Publication of _this_ usenet article outside
of usenet _must_ include its contents in its entirety including this copyright
notice, disclaimer and quotations.
Re: Manipulating debug and traceback flags
On Fri, 19 Sep 2008 11:38:33 -0600, Dan O'Reilly <dano@process.com>
wrote:
[color=blue]
>I'm looking for a couple of old programs, called SETEXEFLAGS and
>PATCH_TRACEBACK, that used to be hanging around in cyberspace someplace. I
>need these to manipulate the TRACEBACK flag in an AXP image.[/color]
[url]ftp://ftp.gwdg.de/pub/vms/[/url]
have a look for SET_EXE.COM
usage: @SET_EXE image [/[no]DEBUG] [/[no]TRACE]