.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 9578bed0ed Add 'in' to DirectionExpression. 8 years ago
..
OutputVisitor Add 'in' to DirectionExpression. 8 years ago
Resolver Support overloaded operator &&/||. 8 years ago
Syntax Add 'in' to DirectionExpression. 8 years ago
Transforms Fixed bug with decimal optional parameters not being resolved correctly. 8 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 8 years ago
CSharpDecompiler.cs Refactor TS representation of ref / readonly structs. Add support for in parameters. 8 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs Add missing assignment in CallBuilder 8 years ago
ExpressionBuilder.cs #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 8 years ago
RequiredNamespaceCollector.cs Fix #1232: BadImageFormatException: Invalid SEH header 8 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
StatementBuilder.cs Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 8 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1225: Increase file name length limit, and opt into Win10 long path support. 8 years ago