.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 99f4d93d63 Fix crash in InstructionCollection.IndexOf 9 years ago
..
Await.cs [async] Add copy propagation so that state machine field accesses can be reliably detected. 9 years ago
BinaryNumericInstruction.cs [nullables] Lifted compound assignments 9 years ago
Block.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
BlockContainer.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
Branch.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 9 years ago
CallIndirect.cs #899: Add calli opcode to ILAst 9 years ago
CallInstruction.cs [nullables] Support lifting calls to user-defined operators. 9 years ago
Comp.cs Add support for syntax sugar when writing out the ILAst. 9 years ago
CompoundAssignmentInstruction.cs Fix various bugs with compound assignments. 9 years ago
Conv.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
ILFunction.cs Add ILAstWritingOptions parameter to LockInstruction/UsingInstruction.WriteTo, fix merge errors. 9 years ago
ILInstruction.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 9 years ago
ILVariableCollection.cs [async] Decompile await operator. 9 years ago
IfInstruction.cs Add support for syntax sugar when writing out the ILAst. 9 years ago
InstructionCollection.cs Fix crash in InstructionCollection.IndexOf 9 years ago
LdLen.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
Leave.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 9 years ago
LockInstruction.cs Fix generic using patterns. 9 years ago
MemoryInstructions.cs Fix ILAst ldfld/stfld pretty-printing. 9 years ago
NullCoalescingInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
PatternMatching.cs Use unary negation '-a' instead of '0 - a'. 9 years ago
SimpleInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
SwitchInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
ThreeValuedLogicInstructions.cs [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 9 years ago
TryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago
UnaryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 9 years ago