.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ý cefcba99d1 When conditional does not have any common reachable nodes, create only 'true' body. 'False' body is then implicitly the code after the conditional. 14 years ago
bin/Debug When conditional does not have any common reachable nodes, create only 'true' body. 'False' body is then implicitly the code after the conditional. 14 years ago
doc Progress Report - Draft 1 14 years ago
lib Moved jump reduction to the Ast transform phase 14 years ago
src When conditional does not have any common reachable nodes, create only 'true' body. 'False' body is then implicitly the code after the conditional. 14 years ago
tests/QuickSort Added a QuickSort program 14 years ago
Decompiler.csproj Added a Reversi game from http://www.codeproject.com/KB/game/reversi.aspx 14 years ago
Decompiler.sln Add NRefactory source code 14 years ago
build.bat Started the decompiler project - just a form with a text box where the generated source code will go 14 years ago