CFR!

CFR alternatives

  • ILSpy

  • ILSpy is the open-source .NET assembly browser and decompiler.

    tags: assembly decompiling development
  • 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
  • Just Decompile

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

    tags: assemblies decompiling reflection
  • 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
  • .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
  • Java Class File Editor

  • This is a tool to open Java class file binaries, view their internal structure, modify portions of it if required and save the class file back. It also generates readable reports similar to the javap utility. Easy to use Java Swing GUI. The user interface tries to display as much detail as possible and tries to present a structure as close as the actual Java class file structure. At the same time ease of use and class file consistency while doing modifications is also stressed. For example, when a method is deleted, the associated constant pool entry will also be deleted if it is no longer referenced. In built verifier checks changes before saving the file. This tool has been used by people learning Java class file internals. This tool has also been used to do quick modifications in class files when the source code is not available. »

    tags: Portable decompiling java-based
  • 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
  • Procyon

  • A suite of Java metaprogramming tools focused on code generation, analysis, and decompilation.

    tags: popcorn
  • 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