At 02:32 PM 1/28/2014, Kyle Owen wrote:
From the OS/8
Software Support Manual, I can see that the handlers
should
be located within blocks 16 through 25, octal. Should I be attempting to
dump those blocks and try to reverse engineer it that way, or is there a
way in OS/8 to directly dump each individual handler?
I don't remember any way to do this "directly", but you can write a
tiny program that does a FETCH on a handler, which then loads it into
memory. Now you can open a file and write a copy of that handler to disk.
Reverse engineering it would mean looking at the handler table that
RESORC displays and using that to determine what block on the disk
contains each handler.
-Rick