
-----------------------------------
ecookman
Mon Jun 15, 2009 7:42 am

Decompile?
-----------------------------------
I a while ago made a game for a friend using turing 4.1 he didn't have turing so i compiled him a EXE. I was going to add some stuff for the game just to quench my bordem over lunch yesterday, but i can not find the .t only the.exe

is there a way to decompile the .exe

-----------------------------------
bbi5291
Mon Jun 15, 2009 8:04 am

Re: Decompile?
-----------------------------------
Turing, being a high-level language like Pascal and Basic, cannot be easily decompiled automatically. In fact, given its lack of popularity, I hardly expect anybody to attempt this.

However, an individual compiler for a specific language often produces output with a predictable format. For example, I was able to work out the addresses of all variables, procedures, and functions in the real-mode System unit of Borland Pascal 7.0. So with a good disassembler, a scientific approach, and LOTS of patience and time, you could probably carry out the decompilation by hand, given that you have the same version of the compiler (there's only one compiler anyway, right?)

Of course it is much easier to try to obtain the source file. If you absolutely cannot find it anywhere, try file recovery tools (it is usually possible to recover files after they have been deleted). If that fails, rewrite it from scratch - it will be much easier (believe me!) If for some reason your life depends upon getting the exact source back to that particular .exe (why on Earth would this be the case?) THEN you might consider what I have written...

-----------------------------------
ecookman
Mon Jun 15, 2009 4:05 pm

RE:Decompile?
-----------------------------------
*sigh* thanks bbi

thats a pain. looks like I am going to have to re-wright it. TT^TT

-----------------------------------
bbi5291
Mon Jun 15, 2009 5:03 pm

Re: Decompile?
-----------------------------------
You can call me Brian...

-----------------------------------
ecookman
Mon Jun 15, 2009 5:04 pm

RE:Decompile?
-----------------------------------
ooh sorry lol

-----------------------------------
syntax_error
Mon Jun 15, 2009 10:37 pm

RE:Decompile?
-----------------------------------
why not install an indexer like everything [http://www.voidtools.com/]
and look for the .t file

-----------------------------------
ecookman
Tue Jun 16, 2009 7:24 am

Re: RE:Decompile?
-----------------------------------
why not install an indexer like everything 

i have the windows live search, and yes my laptop is indexed, it couldn't find the .t, soo yep it is really gone.

-----------------------------------
andrew.
Tue Jun 16, 2009 3:42 pm

RE:Decompile?
-----------------------------------
A while ago I had a program that recovered deleted files from your hard drive...it's name escapes me now though.

-----------------------------------
ecookman
Tue Jun 16, 2009 4:12 pm

RE:Decompile?
-----------------------------------
undelete


i have tried it and it doesn't really do much i found

-----------------------------------
BigBear
Tue Jun 16, 2009 4:22 pm

RE:Decompile?
-----------------------------------
A free program is Recuva

more information here

http://www.techsupportalert.com/best-free-data-recovery-file-undelete-utility.htm
