Skip to content

Dot Net

Dot 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

Ilspy

Command Line on Linux:

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

dotPeek

Reflector

Unity

112cpp Inspector

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