
-----------------------------------
tinhnho
Wed Mar 31, 2004 8:48 pm

Any kind of software like this?
-----------------------------------
which can convert from .exe file back to the code(c++ ,or c,java..) ?,not exactly but at least it works,thanks

-----------------------------------
Dan
Wed Mar 31, 2004 8:52 pm


-----------------------------------
http://www.compsci.ca/v2/viewtopic.php?t=4117

simple awser is no for c/c++ yes for java class files and jar files that are not encripted.

-----------------------------------
Tony
Wed Mar 31, 2004 8:52 pm


-----------------------------------
it's called a 'decompiler' and there're tons available for java.

C++ there're some, but they're messy, since all compilers are a bit different.

don't even ask for turing, it's not possible :lol:

-----------------------------------
tinhnho
Wed Mar 31, 2004 8:58 pm


-----------------------------------
any specify name for java or c++ ,admin?thanks

-----------------------------------
Martin
Wed Mar 31, 2004 10:49 pm


-----------------------------------
of course it's possible to decompile turing, but unfortunately there are only a handful of decent turing programmers in this world.

-----------------------------------
Dan
Thu Apr 01, 2004 1:29 pm


-----------------------------------
well anything is posable but, it whould not decomple to truing code. it whould decomdie to asmebely comands or maybe c++ like code. also the code whould not be very useable.

i have yet to find a c++ deomopier that works, this is probly for a few reasons. mainly that it whould have to be diffrent for every compiler and every verson of copipler ever made. also there is no easy way to tell if an exe was made in C++, C or somting eltes. Not to even metion that all thous libary files that can be sligthy diffrent whould make a mess of things.

but java classes are easy, the progame i use is called DJ Java Decompiler 3.5.

if any one dose find one that works for c++ or c let me know b/c i whont to know if it can be done effectivly.

-----------------------------------
the_short1
Sun Apr 11, 2004 12:54 am


-----------------------------------
good ting there is no viable turing decompiler..... cuz then i woulldt let other ppl download my progs :) .....

i think they really messed up on c , c++ how they always different... it would be better if they all the same..

-----------------------------------
bugzpodder
Sun Apr 11, 2004 6:31 pm


-----------------------------------
it's called a 'decompiler' and there're tons available for java.

C++ there're some, but they're messy, since all compilers are a bit different.

don't even ask for turing, it's not possible :lol:

I made two compilations of the same turing program in an attempt to study the differences and they turn out to be very different.

-----------------------------------
Catalyst
Sun Apr 11, 2004 6:43 pm


-----------------------------------
i have done some expeirments with this as well
the actual turing "code" is a only a few kbs  and looks something like this (in binary form)  for a very very simple program. The rest seems to be common for all turing progs.

-----------------------------------
the_short1
Wed Apr 14, 2004 7:48 pm


-----------------------------------
now... if someone made a decompiler for turing... that was made in turing..... that would be HILARIOUS!!! and wicked.....!!!!!.... dont think it can be done...


then again.... for a more complicated program.... its like 100 KB ;)

anyways..... yea... most of it is just the backround files (all those units) that they add when compiling......  u mite not need all of them... but prob too much work to see which ones were used...


yea.... every turing program is ALWAYS over like 700 Kb.... ... kinda sucks compared to VB (spencers CD prog that is under 50 KB (belive thats what it is..)... :()

-----------------------------------
Raugrist
Thu Apr 15, 2004 3:04 pm


-----------------------------------
yea.... every turing program is ALWAYS over like 700 Kb....
So how'd I make a program in Turing that was 669KB?
Yes, turing includes everything regardless of whether or not you plan on using it in the program. The reason for this is that if you do want to use it, you don't need to find out which file to find it in and include it. It's a kind of safeguard for people who don't know what they're doing.

-----------------------------------
the_short1
Thu Apr 15, 2004 4:08 pm


-----------------------------------
no no no....  dont make it so you include the files... that would suck :(...

have turing AUTO load any files that it acually needs by scanning ur program...

ahh.... 699... either way... close enough...

-----------------------------------
typesafe
Thu Jan 23, 2020 7:13 am


-----------------------------------
http://www.compsci.ca/v2/viewtopic.php?t=4117

simple awser is no for c/c++ yes for java class files and jar files that are not encripted.

Not sure what you mean here by encrypted. Jar and class files can be decompiled easily for example using [url=http://www.decompiler.com/]Online Java Decompiler.
