.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 f9f9d57398 #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 6 years ago
..
OutputVisitor Fix build. 6 years ago
Resolver Fix #1283: handle invalid metadata when decoding constants 6 years ago
Syntax Add ShowTypeParametersForUnboundTypes to TSAB. 6 years ago
Transforms Clarify the meaning of ILVariable.Index 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 6 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 6 years ago
ExpressionBuilder.cs Fix #1389: Translation of "isinst" was incorrect for value types was causing an assertion. 6 years ago
RequiredNamespaceCollector.cs Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
StatementBuilder.cs Fix #1389: Translation of "isinst" was incorrect for value types was causing an assertion. 6 years ago
TranslatedExpression.cs Don't use casts for implicit conversions to bool in conditional contexts. 6 years ago
TranslationContext.cs
WholeProjectDecompiler.cs Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago