Hello everyone.
I'm currently looking for a way to view the code within a DLL in order to see how it works. I tried using reflector.exe addin, but that didn't work. Anyone have any ideas?
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.
Nilanka DharmadasaPosted Dec 17, 2009, 11:08 PM
You have said that you tried with Reflector.exe and failed.
Sometimes the developers of the DLL may have obfuscated it.
If the DLL is obfuscated, you cannot retrieve the original DLL back.
Kirtan PatelPosted Dec 17, 2009, 3:58 PM
AdyPosted Dec 17, 2009, 3:15 PM
AdyPosted Dec 17, 2009, 3:13 PM
Another way would be with a scripting/automating language (autoit)...
Take a look here
Then here