EXE extraction / decompiler - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T05:30:05Z http://stackoverflow.com/feeds/question/691303 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/691303/exe-extraction-decompiler -1 EXE extraction / decompiler frostbyte5014 2009-03-27T20:10:44Z 2009-03-27T20:12:46Z <p>I have tried a few EXE extractor but they don't work on a lot of files. I am looking for something better.</p> http://stackoverflow.com/questions/691303/exe-extraction-decompiler/691305#691305 1 Answer by boj for EXE extraction / decompiler boj 2009-03-27T20:12:46Z 2009-03-27T20:12:46Z <p>What kind of .exe? Win32 / DOS / .NET?</p> <ul> <li>If .NET, you should use <strong>Reflector</strong> (<a href="http://www.red-gate.com/products/reflector/" rel="nofollow">http://www.red-gate.com/products/reflector/</a>)</li> <li>If Win32 and C++, you can try decompilers posted here (<a href="http://stackoverflow.com/questions/205059/is-there-a-c-decompiler">http://stackoverflow.com/questions/205059/is-there-a-c-decompiler</a>)</li> </ul> <p>There are a lot's of extractors/decompilers on the market, so you should say more explicitly what is your goal (ie. to extract images, decompile assembly source etc.)</p>