.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 7919ce8dd7 TSAB: Add option to display integral literals as hexadecimal numbers. 7 years ago
..
OutputVisitor Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Resolver Fix #1309: Decompilation of dynamic casts. 7 years ago
Syntax TSAB: Add option to display integral literals as hexadecimal numbers. 7 years ago
Transforms Fix IntroduceUnsafeModifier.VisitStackAllocExpression: size expression might contain pointer type or resolve result might be null. 7 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs #1330: add more exception handling to CSharpDecompiler, so an entity that caused decompilation to fail can easier be identified. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs Fix CallBuilder.IsPrimitiveValueThatShouldBeNamedArgument 7 years ago
ExpressionBuilder.cs TSAB: Add option to display integral literals as hexadecimal numbers. 7 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 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
TranslatedExpression.cs Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 7 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. 7 years ago