Src code#2

Hi Peggers/all
I have V8 rcode that I need the source for. What would be the best way to do this? Other than start codin all over again from the begining? I basically wish to reverse engineer the r code, or decompile.
Thanks.
I do not know what to do with the V6 decompiler or how to get hold of a win32 version.
Thanks very much for any help.
Regards
 
There isn't a win32 version so I don't think that you can.

The r-code at V6 has a different structure to the r-code at V8+, so the V6 decompiler will not work. And there isn't another decompiler available.

So I think that the only thing that you can do is rewrite.
 
Back
Top