sIn_maxo Posted May 16, 2005 Posted May 16, 2005 Hi! I'm a complete newbie in C, and i need some help.I wrote a smal prog, for my programming classes, but somehow i lost the code(the .cpp files) but i have the .exe files.How can i decompile my files to code again?No, im not cracking anything..lololololol!!! In google its called Reverse Enginnering..at leats thats what i found.I also found a prog called REC that decompiles my .exe but it shows it in binary codes only(i dont know how to use the prog well). Thks
KJxp Posted May 17, 2005 Posted May 17, 2005 Reverse Engenerring is something geeks do when they have a few days to sit down and analyze the program. Showing the binary codes is very simple for a program to do. Showing the original code is something you pay to get done. (There might be a free service somewhere, but I doubt it.)
tjhart85 Posted May 19, 2005 Posted May 19, 2005 I've had this happen to many of my programs. All I have to say is: Have fun recoding it.Its pretty much impossible to find a program that will give you back YOUR code. There are some that will figure out what a program does, and RE-CODE it for you (usually not even in the correct programming language), but thats not very helpful.
Alanoll Posted May 19, 2005 Posted May 19, 2005 unless you were using a managed language like .NET or Java, you won't get back your code. The BEST you'll get back is assembly, which can be a pain in itself to recode to a higher level code
SenthilKumarM Posted May 19, 2005 Posted May 19, 2005 Hi man,It is not possible to get back source code from any binaries ie ".exe" files.We can get back source code only from class & object files ie ".obj" & ".class" files.With Cheers,Senthil Kumar M.
tjhart85 Posted May 19, 2005 Posted May 19, 2005 If its a small program, it shouldn't be too hard to recode. Granted its a pain, and its something you don't like to have to re-do, but if you need the program, its something that has to be done.Hopefully you have completed this program recently so how you wrote it is still pretty fresh to you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now