https://www.red-gate.com/products/reflector/
See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.
https://habr.com/ru/articles/113500/
10 февр. 2011 г. ... ... decompilation». Drag'n'drop сборок в окно программы пока не реализован, но поддерживается в дереве сборок для их упорядочивания. Что будет ...
https://en.wikipedia.org/wiki/.NET_Reflector
NET Reflector is a class browser, decompiler and static analyzer for software created with .NET Framework, originally written by Lutz Roeder.
https://stackoverflow.com/questions/2646707/som...
15 апр. 2010 г. ... ILSpy is the open-source .NET assembly browser and decompiler. Development started after Red Gate announced that the free version of .NET Reflector would cease ...
https://ru.wikipedia.org/wiki/.NET_Reflector
NET Reflector — платная утилита для Microsoft .NET, комбинирующая браузер классов, статический анализатор и декомпилятор, изначально написанная Lutz Roeder.
https://github.com/icsharpcode/ILSpy
NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! - icsharpcode/ILSpy.
https://marketplace.visualstudio.com/items?item...
Redgate · Integrate . · Decompile third-party assemblies from within Visual Studio, and automatically generate PDB files · Step through decompiled assemblies and ...
https://www.jetbrains.com/decompiler/
The decompiler supports multiple formats including libraries (.dll), executables (.exe), and Windows metadata files (.winmd). Export decompiled code to Visual ...
https://www.youtube.com/watch?v=ODd2MV9dIUA
24 июл. 2019 г. ... How to Decompile .NET to Source Code using RedGate .NET Reflector software Website: https://foxlearn.com .NET decompiler and assembly ...
https://dogbolt.org/
Decompiler Explorer is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers.
Reverse Engineering Tools Review
www.pelock.com
.NET - 7 Decompiler Compared (2025) - NDepend Blog
blog.ndepend.com
.NET Decompiler: Decompile Any .NET Code | .NET Reflector
www.red-gate.com
.NET Decompiler: Decompile Any .NET Code | .NET Reflector
www.red-gate.com
.NET Decompiler: Decompile Any .NET Code | .NET Reflector
www.red-gate.com
Visual studio decompiler
www.windward.solutions
decompiler - Edit codes in .Net Reflector with Reflexil (Compile Window ...
reverseengineering.stackexchange.com
.NET Decompiler: Decompile Any .NET Code | .NET Reflector
www.red-gate.com
.NET Decompiler: Decompile Any .NET Code | .NET Reflector
www.red-gate.com
YouTube • July 24, 2019 • 06:42
How to Decompile .NET to Source Code using RedGate .NET Reflector software Website: https://foxlearn.com .NET decompiler and assembly browser that makes high-quality .NET Through this tutorial you will learn: How to reverse engineer .NET applications How do I reverse a DLL? How do I decode a DLL file? .NET Decompiler: Decompile Any .NET Code ...
YouTube • April 30, 2021 • 02:55
In this video, I show off the .NET Decompiler and reflection tools available in PowerShell Pro Tools for Visual Studio Code.
YouTube • September 30, 2022 • 03:23
Learn how to decompile a .NET EXE into readable C# source code. Decomplication is the process used to produce source code from compiled code. However, you should be aware that if an application is a commercial / industrial application, the source code is usually obfuscated. An obfuscator tool simply replace some words with a bunch of nonsense ...
YouTube • April 18, 2013 • 02:09
An alternative to the Redgate Reflector
red-gate.com • January 28, 2010 •
See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.
YouTube • April 28, 2025 • 04:42
As we all know, there are two script compilers in Unity engine, Mono and IL2CPP. These two script compilers have their own advantages, but there are also some security issues, this article will analyse them from the perspective of game security and provide solutions. Mono is a cross-platform open-source .NET implementation, which allows ...