.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 3f10294a72 Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
..
CSharp Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
DebugInfo Create dedicated namespace for project decompiler 5 years ago
Disassembler Update links to Microsoft Docs. 5 years ago
Documentation Inline variable declarations/modernize parts of our code base. 5 years ago
FlowAnalysis Support MatchInstruction in DataFlowVisitor 5 years ago
IL Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
Metadata Fix #2037: Try to detect framework type when TargetFrameworkAttribute is missing 5 years ago
Output Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 6 years ago
Properties
Semantics
Solution SolutionCreator: Store project type GUID in .sln 5 years ago
TypeSystem Add support for arithmetic using C# 9 native integer types. 5 years ago
Util
DecompileRun.cs
DecompilerException.cs
DecompilerNuGetPackageIcon.png
DecompilerSettings.cs Add some tests for native integers. 5 years ago
ICSharpCode.Decompiler.csproj Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
ICSharpCode.Decompiler.nuspec.template
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs #1877: Do not crash in IsKnownType, if handle is nil. 6 years ago
SRMHacks.cs