.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 a66cea8ef6 Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode. 7 years ago
..
CSharp Fix #1250: Missing enum to int cast in object initializer 8 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Disassembler Fix #1232: BadImageFormatException: Invalid SEH header 8 years ago
Documentation IdStringProvider: Fix handling of generic methods and explicit interface implementations. 8 years ago
FlowAnalysis
IL Fix typo in YieldReturnDecompiler 7 years ago
Metadata Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 8 years ago
Output CSharpAmbience: add option to hide parameter default values. 8 years ago
Properties
Semantics Add support for FormattableString patterns. 8 years ago
TypeSystem Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode. 7 years ago
Util #1225: Fix inconsistencies in path handling when decompiling resources. 8 years ago
DecompileRun.cs
DecompilerException.cs
DecompilerSettings.cs Refactor TS representation of ref / readonly structs. Add support for in parameters. 8 years ago
ICSharpCode.Decompiler.csproj Use IAmbience API in CSharpLanguage. 8 years ago
ICSharpCode.Decompiler.nuspec.template
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs Add "This is a reference assembly" warning to ILSpy. 8 years ago
SRMHacks.cs