troubles with making exe into t
Author |
Message |
yingmu
|
Posted: Sat Feb 26, 2005 10:48 am Post subject: 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 .. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Delos
|
Posted: Sat Feb 26, 2005 11:10 am Post subject: (No subject) |
|
|
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
|
Posted: Sat Feb 26, 2005 12:26 pm Post subject: (No subject) |
|
|
another purpose of exe is to not let the user see the code |
|
|
|
|
|
|
|