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/