Something Better than .NET Reflector? [closed]

2019-01-04 04:07发布

I used to love Reflector back in the day, but ever since RedGate took over it has gone downhill dramatically. Now it forces me to update (which is absolutely ridiculous), half the time the update doesn't go smoothly, and it is increasingly hindering my productivity with each update. I am sick of it, and I am ready for something better. Does anybody know of a better disassembler?


Update:

List of various alternatives mentioned in answers -

9条回答
我只想做你的唯一
2楼-- · 2019-01-04 05:01

Jetbrains is going to add decompiler to it's resharper, and release standalone decompller too.

Good news is that we’re preparing a standalone binary-as-a-source application, i.e. a decompiler + assembly browser to explore whatever .NET compiled code is legal to explore. We don’t have any specific date for release, but it’s going to be released this year, and it’s going to be free of charge. And by saying “free”, we actually mean “free”.

Here is more info.

UPDATE: JetBrains have now released the product called dotPeek and it can be found here.

查看更多
姐就是有狂的资本
3楼-- · 2019-01-04 05:01

The latest version from Red Gate is 6.1. However the 5.1 version cannot automatically update to version 6 because there were changes to the Terms of Service, so instead you are redirected to the site to download the 6.1 version. This is mostly because of legal reasons as you can check in the following post:

Oi! What's going on with the .NET Reflector update mechanism?

After you manually update to 6.1 you will no longer experience any problems.

查看更多
唯我独甜
4楼-- · 2019-01-04 05:10

.NET source code is available now.

See this link or this

Or if you look for decompiler I was using DisSharper. It was good enough for me.

查看更多
登录 后发表回答