View Full Version : Can you view the source code of an exe file?
_fan_
06-05-2007, 08:00 PM
I want to view the code of a program to see what is going on behind the scene. I won't be selling it or exactly reengineering it, I just want the best information available to me when I try to code my program.
basscleff
06-06-2007, 12:00 AM
might try a hex editor to view the program in hex.
or a decompiler for the language you created it with.
ping_anand
06-06-2007, 04:02 AM
The answer is No. The executable can be created from any programming language. If you have the debug image of the application and if you have the right set of tools then it maybe possible to see the assembler code.
The analogy of trying to find out how the pig looked like by looking at the sausage was a nice and perfect one! :)
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.