Page 1 of 1
Does anyone know..

Posted:
Thu May 29, 2008 4:16 pm
by AdventWolf
Does anyone know of a program to convert .Exe programs to .Cpp or .C or w/e.
I know its kinda like unscrambling an egg but I'm sure there are some weak programs out there that can convert simple .exe to find the source. Lol, a full on program like this would be a godsend.. I just know theres gotta be some program like that out there.

Posted:
Thu May 29, 2008 4:39 pm
by Dige
I did a bit of looking. Came across this. Kinda like this?
http://www.hex-rays.com/idapro/

Posted:
Thu May 29, 2008 5:18 pm
by AdventWolf
Possibly. I am looking through it, it is some pretty complicated stuff. It lets you breakdown ps1 games, gameboy games, n64 games and xbox games. I tried disassembling a simple "Hello World" .exe but I got a bunch of random mumbo jumbo. I'm gonna look at it some more to see what I can do.

Posted:
Thu May 29, 2008 6:20 pm
by Steeler12
What is the "hello world" thing?

Posted:
Fri May 30, 2008 7:22 am
by AdventWolf

Posted:
Fri May 30, 2008 10:11 am
by ace
Steeler12 wrote:What is the "hello world" thing?
It's the general scheme whenever anyone starts to learn a new programming language. Whatever the language is, the very first script that people usually make right when they start learning it is basically using it to print to the screen the string "Hello world". Like say you began learning C++, then the first program you would make would be a simple box with the words "hello world" in it.
Basically advent made a C++ script (hence the ending .cpp) then compiled it and used the program that dige mentioned to see if it works


Posted:
Fri May 30, 2008 10:12 am
by Steeler12
ah ok, i know what your talking about now.

Posted:
Fri May 30, 2008 10:14 am
by ace
Often good open source programs offer the source code for a price with the product so I'm not sure of any programs that can decompile a executable. The only experience I have with that would be decompiling the flash script in little flash games and stuff, along with images used.

Posted:
Fri May 30, 2008 10:53 am
by AdventWolf
I got DevC++ v5.0483 (something). Its a free compiler. I was looking for a commercial one but they cost like $1000 lol!

Posted:
Fri May 30, 2008 8:49 pm
by uberusmaximus
wait, pc program cost money? thats odd...


Posted:
Sat May 31, 2008 4:19 am
by ace
There is free and commercial compilers for C++

Well that and as well as any programming language. Dev C++ works perfectly fine for me though for compiling code, but then again I haven't tried decompiling any. Most of the commercial compilers are for organization use though, and free ones like Dev C++ are for individual use. It's just like any software for windows that cost money though
