.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 65a5af2c99 Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
..
OutputVisitor Add support for .NET 5 custom calling conventions. 5 years ago
ProjectDecompiler #2128: Reformat the whole code base. 5 years ago
Resolver Function pointers are invocable. 5 years ago
Syntax Add support for .NET 5 custom calling conventions. 5 years ago
Transforms Add option for `string.Concat` decompilation. 5 years ago
TypeSystem #2128: Reformat the whole code base. 5 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Add support for C# 9: foreach with GetEnumerator extension methods. 5 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 5 years ago
CallBuilder.cs Support `ldftn` in the context of a function pointer. 5 years ago
ExpressionBuilder.cs Add support for .NET 5 custom calling conventions. 5 years ago
RequiredNamespaceCollector.cs Fix some type inference issues with pointer types. 5 years ago
SequencePointBuilder.cs Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
StatementBuilder.cs #2156: Enforce string type of string.to.int argument. 5 years ago
TranslatedExpression.cs Avoid redundant casts + adjust NoExtensionMethods ugly test. 5 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago