开发者

code inside dll

开发者 https://www.devze.com 2023-03-02 15:59 出处:网络
I want to see the code inside an asp.net dll. which tool do I need to use. Can I see it using visual studio 2010 ? Someone suggested to use refactor?

I want to see the code inside an asp.net dll. which tool do I need to use. Can I see it using visual studio 2010 ? Someone suggested to use refactor?

Regards, Asif Hame开发者_运维问答ed


IL Spy is my current favourite Reflector replacement.

(RIP Reflector)


They were telling you to use Reflector, which was the de facto decompilation utility for years and years. However, it's no longer free-as-in-beer, and Telerik has recently stepped in with JustDecompile, so I suggest you give that a go.


That'd be Reflector.

There are a few alternatives as well, such as Telerik's new JustDecompile. JetBrains is now also bundling a decompiler with ReSharper 6 and promising a free standalone decompiler to be released.


you can use reflector tool for that. There are many such tools available, see the below link for more details.

http://www.techrepublic.com/blog/programming-and-development/look-inside-net-dll-files-with-reflector/625

0

精彩评论

暂无评论...
验证码 换一张
取 消