Hi All,
I want to see what method and what logics is build up in DLL and make some change according to my need,
So how decompile the DLL to its native complete source code.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 5, 2011, 6:23 PM
VulpesPosted Aug 5, 2011, 4:26 AM
Redgate Reflector (http://reflector.red-gate.com/download.aspx?TreatAsUpdate=1), which is no longer free, or
JetBrains dotPeek (http://confluence.jetbrains.net/display/NETPEEK/Introducing+JetBrains+dotPeek), which is free but is a trial product at present.
Notice that you won't be able to recover the original names of local variables or any comments or preprocessor directives as these are lost when the source code is compiled to IL.
Also, if the DLL has been obfuscated, you won't be able to make sense of anything without using specialist hacker tools.