Posts Tagged ‘Decompile’

Why Is It Not Possible To Decompile A .dll File Properly,though We Can Decompile A Java (.class) File Properly?

Wednesday, December 16th, 2009

if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler…. i have aready searched extensively ….

How Do I Decompile A .dll File From .net 3.5?

Sunday, September 27th, 2009

I recently scripted something in Microsoft Visual C++ Express, and I saved it as a .dll file. When I changed computers, I only got the .dll file recovered.
I now need to change something in the code. I need to know what I use to decompile the .dll. I know it is possible, with .NET, but I haven’t been able to figure it out.