How to decompile the .net dll code?


So many time we will get the scenario to read the code of .net dll for better understanding the framework. But by default there are no option to read the code in visual studio.

There are so many commercial tool are available for doing this task.But that all are not the free tool. Recently I found one of more stable open source tool to read the .net dll code i.e. ILSpy.

You can download this tool from this url http://ilspy.net/

Steps to use this dll

Step 1: Just download the binary file from the given above URL

Step 2: Extract the folder and click on ILSpy.exe

Step 3:

Now add your dll and click on class as given below image

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.