ILSpy!

View the Project on GitHub icsharpcode/ILSpy https://github.com/icsharpcode/ILSpy
* Download **Binaries** https://github.com/icsharpcode/ILSpy/releases/download/v2.4/ILSpy_Master_2.4.0.1963_Binaries.zip
* Download **Source** https://github.com/icsharpcode/ILSpy/archive/v2.4.zip
* View On **GitHub** https://github.com/icsharpcode/ILSpy
ILSpy is the open-source .NET assembly browser and decompiler.

ILSpy alternatives

  • Just Decompile

  • JustDecompile is a stand-alone, free decompiling tool which converts assemblies into source code.

    tags: assemblies decompiling reflection
  • dnSpy

  • dnSpy is a tool to reverse engineer .NET assemblies. It includes a decompiler, a debugger and an assembly editor (and more) and can be easily extended by writing your own extension. It uses dnlib to read and write assemblies so it can handle obfuscated assemblies (eg. malware) without crashing.

    tags: Portable assembly decompiling development reverse-engineering
  • dotPeek

  • What's Cool about dotPeek?Decompiling .NET 1.0-4.0 assemblies to C#Quick jump to a specific type, assembly, symbol, or type memberEffortless navigation to symbol declarations, implementations, derived and base symbols, and moreAccurate search for symbol usageswith advanced presentation of search resultsOverview of inheritance chainsSupport for downloading code from source serversSyntax highlightingComplete keyboard supportdotPeek is free!

    tags: refactoring
  • .NET Reflector

  • .NET Reflector is a class browser and analysis tool for .NET. It allows developers to navigate, search, disassemble and analyze .NET components.

    tags: analyzer decompiling net-framework
  • Explorer Suite

  • Created by Daniel Pistelli, a freeware suite of tools including a PE editor called CFF Explorer and a process viewer. The PE editor has full support for PE32/64. Special fields description and modification (.NET supported), utilities, rebuilder, hex editor, import adder, signature scanner, signature manager, extension support, scripting, disassembler, dependency walker etc. First PE editor with support for .NET internal structures. Resource Editor (Windows Vista icons supported) capable of handling .NET manifest resources. The suite is available for x86 and x64. »

    tags: analyzer decompiling pe-information resource-editor resource-hacker
  • Java Decompiler

  • The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions.

    tags: Portable annotation d-compilateur decompiling jar
  • PEBrowse64 Professional

  • PEBrowse64 Professional is a static-analysis tool and disassembler for Win64 executables and Microsoft .NET assemblies produced according to the Portable Executable specifications published by Microsoft. With the PEBrowse disassembler, one can open and examine any executable without the need to have it loaded as part of an active process with a debugger. Applications, system DLLs, device-drivers and Microsoft .NET assemblies are all candidates for offline analysis using PEBrowse64.

    tags: decompiling static-code-analysis
  • MSIL Disassembler

  • The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains Microsoft intermediate language (MSIL) code and creates a text file suitable as input to Ilasm.exe.

    tags: Portable decompiling net-framework programming
  • ShowMyCode

  • Free Zend Guard decoder, Free Java class decompiler, Free Adobe Flash swf decompiler, Free .NET (Dot NET) decompiler

    tags: Discontinued .net actionscript-swf adobe-flash class
  • GrayWolf

  • GrayWolf is a .NET Decompiler that can edit the IL of a compiled .NET application. This Decompiler is targeted at hacking compiled .NET applications. This is a Beta product the IL editing is lacking and the deobfuscator is just getting going.

    tags: Discontinued .net-obfuscator decompiling il-edit
  • CFR

  • CFR will decompile modern Java features - Java 8 lambdas (pre and post Java beta 103 changes), Java 7 String switches etc, but is written entirely in Java 6. [ http://www.benf.org/other/cfr/ ]

    tags: Portable bytecode decompiling java