.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.
 
 
 
 
Daniel Grunwald d758ba1ef7 Use extern modifier for non-abstract methods that don't have a body. Closes #21. 15 years ago
..
Transforms Add pattern for "for" loops. Closes #4. 15 years ago
AstBuilder.cs Use extern modifier for non-abstract methods that don't have a body. Closes #21. 15 years ago
AstMethodBodyBuilder.cs Ignore conv_* opcodes in AstMethodBodyBuilder; insert casts based on inferred types instead. 15 years ago
CommentStatement.cs Implement pattern matching for statements. 15 years ago
DeclareVariableInSmallestScope.cs Fix foreach pattern. Closes #16. 15 years ago
DecompilerContext.cs Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 15 years ago
NRefactoryExtensions.cs Fix decompilation of as/is operators. 15 years ago
NameVariables.cs Minor fix in variable naming (Unable to cast object of type 'Decompiler.ILVariable' to type 'Mono.Cecil.ParameterDefinition') 15 years ago
TextOutputFormatter.cs Members of a type are collapsed by default. 15 years ago