Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to decompile a dll file.
i'am not sure its a c# developed dll
Posted
Comments
Pete O'Hanlon 31-Jan-14 2:11am    
Why are you trying to decompile a DLL? The fact you don't know whether or not it's a .NET assembly suggests it's not your work that you are trying to recover.

1 solution

Please see this wonderful open-source project, ILSpy:
http://ilspy.net/[^],
http://en.wikipedia.org/wiki/.NET_Reflector[^].

It decompiles .NET assemblies with amazing quality. As this is source code, if you want to do it by yourself, you can study its code and learn how to do it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900