.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 64686b9547 Fix #1336: multi-dimensional array initializers with custom objects not detected. 8 years ago
..
ControlFlow Fix #1343: Extend AwaitInCatchTransform to support catch blocks that leave the block container. 8 years ago
Instructions Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 8 years ago
Patterns
Transforms Fix #1336: multi-dimensional array initializers with custom objects not detected. 8 years ago
BlockBuilder.cs Fix #1326: Another case of missing ILRanges in 8 years ago
IInlineContext.cs
ILAstWritingOptions.cs Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 8 years ago
ILReader.cs #1336: Use delayed exceptions for Array.Get/Set. 8 years ago
ILTypeExtensions.cs Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons. 8 years ago
ILVariable.cs
InstructionFlags.cs
InstructionOutputExtensions.cs
Instructions.cs Set DelayExceptions = true in ILReader for get/set operations on multi-dim arrays. 8 years ago
Instructions.tt Set DelayExceptions = true in ILReader for get/set operations on multi-dim arrays. 8 years ago
PointerArithmeticOffset.cs
PrimitiveType.cs
SemanticHelper.cs Handle Comp in InferType(). 8 years ago
SlotInfo.cs
StackType.cs