.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Srbecký 6ebd05c0fe Simplify type names. For example replace "System.Console.WriteLine" with "Console.WriteLine" because we have a "using System;" statement. Replace "Int32" with "int", etc... 15 years ago
doc/Proposal Project Proposal 15 years ago
lib/cecil-0.6/src Added reference to the Mono.Cecil library 15 years ago
src Simplify type names. For example replace "System.Console.WriteLine" with "Console.WriteLine" because we have a "using System;" statement. Replace "Int32" with "int", etc... 15 years ago
tests/QuickSort Added a QuickSort program 15 years ago
Decompiler.csproj Simplify type names. For example replace "System.Console.WriteLine" with "Console.WriteLine" because we have a "using System;" statement. Replace "Int32" with "int", etc... 15 years ago
Decompiler.sln Remove redundant 'goto' statements in form: 15 years ago
build.bat Started the decompiler project - just a form with a text box where the generated source code will go 15 years ago