|
|
|
|
|
by rjbwork
1086 days ago
|
|
>I'm sure other languages have decompilers as well, but I've never seen anything close for c# for example. Dotpeek is integrated into Rider and is a world class decompiler. It also integrates into Visual Studio either standalone, or with ReSharper. You can also integrate external source symbol servers into your IDE of choice as well that will let you debug into libraries seamlessly. |
|