.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.
 
 
 
 
Daniel Grunwald 21ef967d4d [nullables] Lifting for non-equality comparisons. 8 years ago
..
Await.cs [async] Add copy propagation so that state machine field accesses can be reliably detected. 8 years ago
BinaryNumericInstruction.cs [nullables] Lifting for non-equality comparisons. 8 years ago
Block.cs [nullables] Extend nullable lifting to arbitrary combinations of 'conv' and 'binary.numeric'. 8 years ago
BlockContainer.cs Fix ExpectedResultType of main BlockContainer. 8 years ago
Branch.cs Namespace adjustments for Syntax classes 9 years ago
CallInstruction.cs Add CallInstruction.ILStackWasEmpty. 8 years ago
Comp.cs [nullables] Lifting for non-equality comparisons. 8 years ago
CompoundAssignmentInstruction.cs Namespace adjustments for Syntax classes 9 years ago
Conv.cs [nullables] Add support for '??' operator on nullables. 8 years ago
ILFunction.cs Initial support for yield-return decompilation in assemblies compiled with the mono compiler. 8 years ago
ILInstruction.cs [nullables] Lifting for non-equality comparisons. 8 years ago
ILVariableCollection.cs [async] Decompile await operator. 8 years ago
IfInstruction.cs [nullables] Extend nullable lifting to arbitrary combinations of 'conv' and 'binary.numeric'. 8 years ago
InstructionCollection.cs [async]: control flow reconstruction 8 years ago
LdLen.cs Namespace adjustments for Syntax classes 9 years ago
Leave.cs Fix ExpectedResultType of main BlockContainer. 8 years ago
LockInstruction.cs Implement C# 2, C# 4 legacy and Roslyn lock patterns. 8 years ago
MemoryInstructions.cs Namespace adjustments for Syntax classes 9 years ago
NullCoalescingInstruction.cs [nullables] Add support for '??' operator on nullables. 8 years ago
PatternMatching.cs [nullables] Add support for lifted conversions. 8 years ago
SimpleInstruction.cs Start on new async/await decompiler. 8 years ago
SwitchInstruction.cs Fix generating switch sections without any case labels. 8 years ago
TryInstruction.cs Rename ILVariable.Scope to Function and introduce BlockContainer CaptureScope 9 years ago
UnaryInstruction.cs Namespace adjustments for Syntax classes 9 years ago