.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.
 
 
 
 
Siegfried Pammer 13bf6fbe9f add simple CopyPropagation transform 9 years ago
..
CopyPropagation.cs add simple CopyPropagation transform 9 years ago
ExpressionTransforms.cs add transformation of decimal literals and decimal constants 10 years ago
IILTransform.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
ILInlining.cs Attempt to improve control flow detection 10 years ago
InlineCompilerGeneratedVariables.cs Add 'InlineCompilerGeneratedVariables' transform, hopefully this is sufficient to replace the 'variable splitting' in the old decompiler. 10 years ago
TransformArrayInitializers.cs add TransformValueTypeInitializers to pipeline 10 years ago
TransformingVisitor.cs Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 10 years ago