
-----------------------------------
yingmu
Sat Feb 26, 2005 10:48 am

troubles with making exe into t
-----------------------------------
i tried the reshack on one of my game and it says it can't do it cuz the file has been compressed with a "EXE compressor", is that suppose to happen? cuz the exe has been generated from the run menu from turing ..

-----------------------------------
Delos
Sat Feb 26, 2005 11:10 am


-----------------------------------
If you're asking "Can I deconstruct a .exe file back into a .t file?" then the answer is "No."
The idea of compiling is to make the proggie executable (go figure) on many computers that do not run OOT.  In the process, it is converted into stuff that only the computer can understand...
If you want to play around some more w/ your proggie, you'll need the .t file.  If you don't have that...at least you backed it up right!  If not, well, start coding...
Reverse-engineering would be rather interesting...I've been able to do it to a slight extent w/ OOT (and I mean slight)...it doesn't encrypt certain aspects of the code too well...hehehe.

-----------------------------------
person
Sat Feb 26, 2005 12:26 pm


-----------------------------------
another purpose of exe is to not let the user see the code
