I have a question !!!

Light Poster
28Dec2007,15:38   #1
tzahi's Avatar
Hello,
If i have an exe file that made in c programing and i wont to see the code in c
this is possible ???

if its possible someone can tell me how to do it

thanks

bye
Go4Expert Member
28Dec2007,16:17   #2
ndakota's Avatar
It is not possible to see the code of any exe file in any other program.

An exe file contains instructions for a microprocessor.
Hence it is not possible to generate the code back from the exe file to source file.
You can see the content of the exe file in notepad or other such editors.
It's interesting to see such codes, specially in hex editors.
Light Poster
28Dec2007,16:40   #3
tzahi's Avatar
i understand
thanks