Skip to content

Instantly share code, notes, and snippets.

@DamianSuess
Last active April 5, 2025 14:00
Show Gist options
  • Save DamianSuess/72c3634fec5ef0db03990125997038cf to your computer and use it in GitHub Desktop.
Save DamianSuess/72c3634fec5ef0db03990125997038cf to your computer and use it in GitHub Desktop.

Tools for Debugging and ReverseE

.NET

  • dnSpyEx - Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
  • CodemerxDecompile - .NET multi-platform decompiler (original makers of JustDecompile)
  • de4dot - .NET deobfuscator and unpacker. (archived 2020)
  • ILSpy - .NET Decompiler with support for PDB generation, ReadyToRun, Metadata - cross-platform!
  • Iced - Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for Rust, .NET, Java, Python, Lua

Discontinued

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment