Wednesday, October 29, 2014

Reverse engineer a DLL using .net Reflector

You have to import(Add) that dll into .Net Reflector tool.there is option for it.


after that that list of namespaces are displayed below on right corner inside that code for each class is present.


but the extracted code is not always same as original code. in some cases .Net Reflector tool adds something to complete that code. dotPeek is free tool for it.


No comments:

Post a Comment