09-29-2001
40,
0
Join Date: Sep 2001
Last Activity: 16 December 2002, 4:51 PM EST
Posts: 40
Thanks Given: 0
Thanked 0 Times in 0 Posts
EEEKKK!!!
Okay, I've wanted to do this as well-
Here is the trick the VM mainframeers taught me, it actually did work, but keep in mind, I did this on a VM CP command env, using pipes and some VM tools translating to EBCDIC, so go easy if this doesn't translate well...
We took the binary file and converted to hex sing a converter in the editor on VM, we then took the hex and translated to EBCDIC (ascii should be a reasonable change from there, as well), and read what we could of the file.
Keep in mind, teh compiler that put the file together is going to have done some things to the file, you are WAY better off with a good de-compiler, but you didn't hear that from me...
Whatever you get back from either operation, it may not be an exact copy of the source code, unless you have a lot of time, knowledge of EXACTLY what tools were used by the developers, and the skill or luck to find a de-compiler that knows what the compiler did.
Or, maybe I'm totally out of my tree and I'm talking out of my knothole...
loadc