View contents of a dll

2019-02-02 08:01发布

I am looking for a tool to view contents of a C# dll, preferably a free one. .Net Reflector used to be free but not anymore. It is an awesome tool and you can easily see all code down to the line. PE Explorer is another one I looked at but the Disassembler in it does not seem to output C# code. If you know any other tools, please share. .Net reflector is the best one I know for the job, but just curious if there are any other options.

标签: c# dll view
2条回答
SAY GOODBYE
2楼-- · 2019-02-02 08:19

DotPeek is awesome and free.

查看更多
Rolldiameter
3楼-- · 2019-02-02 08:35

Telerik just came out with one:

http://www.telerik.com/products/decompiling.aspx

They said that it will ALWAYS be free. They released it in response to .Net Reflector's change to a pay model. Right now it is in an open beta (free to download now) and it works great

Edit: as of June 2014, "free" means you must use their bootstrap installer that attempts to bundle other (nonfree) applications. Also, you must register with their "Support System" to complete the install.

查看更多
登录 后发表回答