.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ý f5a3052d23 generate code for dup 15 years ago
..
ControlFlow Simplify short-circuit branches ("a && b" or "a || b"). 15 years ago
Transforms/Ast Preliminary support for multi-dimensional arrays 15 years ago
AssemblyInfo.cs Started the decompiler project - just a form with a text box where the generated source code will go 15 years ago
AstBuilder.cs Format of output: Joint bodies of if statement with single-line "} else {" 15 years ago
AstMetodBodyBuilder.cs generate code for dup 15 years ago
ByteCode.StackAnalysis.cs Move stack analysis to the ByteCode class 15 years ago
ByteCode.StackBehaviour.cs Target of decompilation is now AboutDialog in the Reversi game. 15 years ago
ByteCode.Type.cs Track the type of expression. 15 years ago
ByteCode.cs Fixed all bugs that prevented the decompiler from running. 15 years ago
ByteCodeCollection.cs Move stack analysis to the ByteCode class 15 years ago
CilStack.cs Fixed all bugs that prevented the decompiler from running. 15 years ago
MainForm.Designer.cs Increased the reduction max count to 10000 15 years ago
MainForm.cs The Target of decompilation is now Board. It has plenty of nested 'for' loops and 'if's. 15 years ago
MainForm.resx Started the decompiler project - just a form with a text box where the generated source code will go 15 years ago
Options.cs Target of decompilation is now AboutDialog in the Reversi game. 15 years ago
Program.cs Target of decompilation is now AboutDialog in the Reversi game. 15 years ago
StackExpression.cs Parenthesize all expression to ensure correctness. 15 years ago
StackExpressionCollection.cs Terminating all optimizations with exceptions 15 years ago
Util.cs Move code from Util class to 15 years ago