EXE extraction / decompiler - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T05:30:05Zhttp://stackoverflow.com/feeds/question/691303http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/691303/exe-extraction-decompiler-1EXE extraction / decompilerfrostbyte50142009-03-27T20:10:44Z2009-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#6913051Answer by boj for EXE extraction / decompilerboj2009-03-27T20:12:46Z2009-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>