.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 c34541ad4c Implement catch-when and remove local copy of exception slot. 9 years ago
..
Await.cs [async] Add copy propagation so that state machine field accesses can be reliably detected. 9 years ago
BinaryNumericInstruction.cs Namespace adjustments for Syntax classes 10 years ago
Block.cs Rename BlockType.CompoundOperator to PostfixOperator 9 years ago
BlockContainer.cs Add ExpectedResultType to BlockContainer (default is StackType.Void) 9 years ago
Branch.cs Namespace adjustments for Syntax classes 10 years ago
CallInstruction.cs Add CallInstruction.ILStackWasEmpty. 9 years ago
Comp.cs Namespace adjustments for Syntax classes 10 years ago
CompoundAssignmentInstruction.cs Namespace adjustments for Syntax classes 10 years ago
Conv.cs Namespace adjustments for Syntax classes 10 years ago
ILFunction.cs Initial support for yield-return decompilation in assemblies compiled with the mono compiler. 9 years ago
ILInstruction.cs Restore P/Invoke test. 9 years ago
ILVariableCollection.cs [async] Decompile await operator. 9 years ago
IfInstruction.cs Namespace adjustments for Syntax classes 10 years ago
InstructionCollection.cs [async]: control flow reconstruction 9 years ago
LdLen.cs Namespace adjustments for Syntax classes 10 years ago
Leave.cs Add value parameter to Leave ctor. 9 years ago
MemoryInstructions.cs Namespace adjustments for Syntax classes 10 years ago
NullCoalescingInstruction.cs Fix use of Clone in NullCoalescingTransform 9 years ago
PatternMatching.cs Implement catch-when and remove local copy of exception slot. 9 years ago
SimpleInstruction.cs Start on new async/await decompiler. 9 years ago
SwitchInstruction.cs Fix generating switch sections without any case labels. 9 years ago
TryInstruction.cs Rename ILVariable.Scope to Function and introduce BlockContainer CaptureScope 10 years ago
UnaryInstruction.cs Namespace adjustments for Syntax classes 10 years ago