.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 713f4f1490 Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
..
ControlFlow Check that method is actually the entry point 8 years ago
Instructions #1050: Add support for ?. operator applied to ref-parameters, and other cases where the compiler uses a generated ref local for the ?. operator. 8 years ago
Patterns Try to detect while conditions, do-while-loops and for-loops 10 years ago
Transforms Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
BlockBuilder.cs #993: Move empty body special case to ILAst. 9 years ago
IInlineContext.cs Namespace adjustments for Syntax classes 10 years ago
ILAstWritingOptions.cs ILAst: show unused IL ranges 9 years ago
ILOpCodes.cs Update projects to .NET 4.6.1 9 years ago
ILOpCodes.tt Upgrade to new ICSharpCode.Decompiler (work in progress) 12 years ago
ILReader.cs Fix some more cases where missing references were causing assertions. 9 years ago
ILTypeExtensions.cs Fix assertion when call has unknown target type (due to missing assembly reference). 9 years ago
ILVariable.cs More strictly test the inline assignment pattern. 9 years ago
InstructionFlags.cs Add instructions for modeling the "?." operator in the ILAst. 8 years ago
InstructionOutputExtensions.cs Improve ILRange output in ILAst 9 years ago
Instructions.cs Improve decompilation of ?. in generic code. 8 years ago
Instructions.tt Improve decompilation of ?. in generic code. 8 years ago
PrimitiveType.cs Fix assertion when call has unknown target type (due to missing assembly reference). 9 years ago
SemanticHelper.cs Namespace adjustments for Syntax classes 10 years ago
SequencePoint.cs Add hidden sequence points for unmapped code. 9 years ago
SlotInfo.cs Namespace adjustments for Syntax classes 10 years ago
StackType.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 9 years ago