vote up -3 vote down star

I need to get the source code from the exe file.Whether is it possible?Then How?

flag

35% accept rate
Google "boomerang decompiler" – Artelius Oct 29 at 5:34

closed as not a real question by Brandon, Brian Gianforcaro, Nescio, Mitch Wheat, itowlson Oct 29 at 5:12

1 Answer

vote up 2 vote down

In general, no (your question demonstrates remarkable lack of understanding of compilation process).

link|flag
2  
In fact, you can, for various definitions of "Source code". Any EXE can at the very least be decompiled to assembly. This is source code. There are several applications that will make a pretty good shot at then converting that into various higher level languages. Most rely on the fact that the original program was compiled from that language though, and fail rather miserably if it wasn't (which is pretty reasonable) – Matthew Scharley Oct 29 at 5:47
It's pretty clear that vinothkumar was not looking for decompiling to assembly, and actually not every executable can be so decompiled (at least not easily): there are obfuscation techniques which make such decompiling quite hard. – Employed Russian Oct 29 at 6:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.