English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to know how to open an application file i.e files with a .exe (executable) extension. I want to view the source code of the application. I tried opening music files in wordpad, that is how i want to open an application file too. Any softwares that i could open it with? Please help Thanks

2006-10-27 01:39:30 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

Those executable files (.exe) are compiled into binary codes. When you open it in a text editor, all that you will see are some scribbles; there is no way for you see the source codes this way. However, you can download some decompilers to decompile the executable files to see the source codes. There is one thing about these source codes that are generated by the decompilers though. These source codes are logically equivalent to the original source codes; you may see a lot of redundant codes in the generated source codes.

2006-10-27 10:19:12 · answer #1 · answered by knitting guy 6 · 3 0

you can open an exe in notepad but it won't do you much good because the program gets compiled into machine code when and exe is created. What you want to do is reverse engineer an exe and turn it back into the computer instructions (programs) that were written. You really do need to be a programming expert to make sense of this and the reverse engineering software is not widely available for free download off the web

2006-10-27 08:46:44 · answer #2 · answered by cool_clearwater 6 · 0 0

.exe files are binary files....there is no way you can see the source code. But i would suggest you could open the .exe file with a Hex editor and make some sense of the contents.
Also there are C and Java language decompilers available,if you are sure of the language in which the program then you could use them...

2006-10-27 08:44:54 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers