.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 25c757b7cd Add first attempt at PdbGenerationTestRunner. 6 years ago
..
CSharp #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 6 years ago
DebugInfo Add first attempt at PdbGenerationTestRunner. 6 years ago
Disassembler Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 6 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 7 years ago
IL Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 6 years ago
Metadata Merge pull request #1419 from icsharpcode/new-baml-decompiler 6 years ago
Output Fix #1359: Support obfuscated names in treeview and search. 6 years ago
Properties Fix assembly info generation 8 years ago
Semantics Fix #1283: handle invalid metadata when decoding constants 6 years ago
TypeSystem Fix #1394: Fields marked 'specialname' are excluded from the type system 6 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. 6 years ago
ICSharpCode.Decompiler.csproj Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 6 years ago
ICSharpCode.Decompiler.nuspec.template See #1416. Also upgraded Cecil to .3 (from .1) 6 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