.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 21040c8bde Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 7 years ago
..
CSharp Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 7 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Disassembler Fix default case of ReflectionDisassembler.WriteSimpleValue, bool values were printed incorrectly. 7 years ago
Documentation Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 7 years ago
FlowAnalysis
IL Fix #1252: Incorrect comparison type for lifted comparisons in expression trees. 7 years ago
Metadata Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
Output CSharpAmbience: add option to hide parameter default values. 7 years ago
Properties
Semantics Add support for FormattableString patterns. 7 years ago
TypeSystem Fix #1287: Analysis 'applied to' of Attribute not working on special attributes 7 years ago
Util Don't match sub.ovf in SwitchAnalysis. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
DecompilerException.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 7 years ago
DecompilerSettings.cs Add detection of local functions, so we do not hide the methods/display classes. 7 years ago
ICSharpCode.Decompiler.csproj Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons. 7 years ago
ICSharpCode.Decompiler.nuspec.template Update DecompilerNuGetDemos.workbook to work with version 4.0 pre-alpha nuget. 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
SRMExtensions.cs Fix ReadCodeMappingInfo for lambdas compiled with mcs. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago