.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 b36ae9df7e Start on new async/await decompiler. 8 years ago
..
BinaryNumericInstruction.cs Namespace adjustments for Syntax classes 9 years ago
Block.cs Rename BlockType.CompoundOperator to PostfixOperator 8 years ago
BlockContainer.cs ConditionDetection: Try to prefer 'break;' over other gotos 8 years ago
Branch.cs Namespace adjustments for Syntax classes 9 years ago
CallInstruction.cs Add CallInstruction.ILStackWasEmpty. 8 years ago
Comp.cs Namespace adjustments for Syntax classes 9 years ago
CompoundAssignmentInstruction.cs Namespace adjustments for Syntax classes 9 years ago
Conv.cs Namespace adjustments for Syntax classes 9 years ago
ILFunction.cs Start on new async/await decompiler. 8 years ago
ILInstruction.cs Perform even less aggressive inlining of return blocks. 8 years ago
ILVariableCollection.cs Rename ILVariable.Scope to Function and introduce BlockContainer CaptureScope 9 years ago
IfInstruction.cs Namespace adjustments for Syntax classes 9 years ago
InstructionCollection.cs Namespace adjustments for Syntax classes 9 years ago
LdLen.cs Namespace adjustments for Syntax classes 9 years ago
Leave.cs Reconstruct try-finally blocks in yield return decompiler 9 years ago
MemoryInstructions.cs Namespace adjustments for Syntax classes 9 years ago
NullCoalescingInstruction.cs Fix use of Clone in NullCoalescingTransform 8 years ago
PatternMatching.cs Start on new async/await decompiler. 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