Link to this headingDot Net

.NET Decompiler: Decompile Any .NET Code
ILSpy: .NET Decompiler
dotPeek: Free .NET Decompiler and Assembly Browser
.NET debugger and assembly editor
SwishDbgExt WinDbg extension that expands available commands

Check if Executable is DotNet:

PS C:\> Import-Module .\Get-PESecurity.psm1 PS C:\> Get-PESecurity -file C:\bins\test.exe FileName : C:\bins\test.exe ARCH : AMD64 DotNET : False ASLR : False DEP : False Authenticode : True StrongNaming : N/A SafeSEH : N/A ControlFlowGuard : False HighentropyVA : False

Link to this headingIlspy

Command Line on Linux:

./ilspycmd ~/src/Crypto.dll -o /tmp/output/

Link to this headingdotPeek

Link to this headingReflector

Link to this headingUnity

Link to this heading112cpp Inspector

Il2CppInspector helps you to reverse engineer IL2CPP applications, providing the most complete analysis currently available.