.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 d22e2ac677 Add header and comments describing transformation. 7 years ago
..
CSharp Merge branch 'master' of https://github.com/icsharpcode/ILSpy into combine-exitpoints-in-lambdas 7 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Disassembler Fix #628: Add option to display metadata token in 10-based or hex format. 7 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis
IL Add header and comments describing transformation. 7 years ago
Metadata Fix CSharpLanguage.GetEntityName to return ~TypeName for destructors. 7 years ago
Output Add LetIdentifierAnnotation to allow linking of let variables. 7 years ago
Properties
Semantics Fix #1283: handle invalid metadata when decoding constants 7 years ago
TypeSystem Fix #1394: Fields marked 'specialname' are excluded from the type system 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 Fix possible null reference. 7 years ago
DecompilerSettings.cs Set DelayExceptions = true in ILReader for get/set operations on multi-dim arrays. 7 years ago
ICSharpCode.Decompiler.csproj DelegateConstruction: 7 years ago
ICSharpCode.Decompiler.nuspec.template Fix https://docs.microsoft.com/en-us/nuget/reference/nuspec#license (license url being deprecated) 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
SRMExtensions.cs Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago