.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 dc995b15c6 Add support for 'ptr - ptr'. 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] Lifted compound assignments 8 years ago
Block.cs ILAst: show if block container is a loop container. 8 years ago
BlockContainer.cs ILAst: show if block container is a loop container. 8 years ago
Branch.cs Simplify use of SwitchInstruction in ILAst 8 years ago
CallIndirect.cs #899: Add calli opcode to ILAst 8 years ago
CallInstruction.cs [nullables] Support lifting calls to user-defined operators. 8 years ago
Comp.cs Add support for syntax sugar when writing out the ILAst. 8 years ago
CompoundAssignmentInstruction.cs Fix various bugs with compound assignments. 8 years ago
Conv.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
ILFunction.cs Remove redundant lambda casts. 8 years ago
ILInstruction.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
ILVariableCollection.cs [async] Decompile await operator. 8 years ago
IfInstruction.cs Add support for syntax sugar when writing out the ILAst. 8 years ago
InstructionCollection.cs Fix crash in InstructionCollection.IndexOf 8 years ago
LdLen.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Leave.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
LockInstruction.cs [switch] Add StringToInt instruction 8 years ago
MemoryInstructions.cs Fix ILAst ldfld/stfld pretty-printing. 8 years ago
NullCoalescingInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
PatternMatching.cs Add support for 'ptr - ptr'. 8 years ago
SimpleInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
StringToInt.cs [switch] Add StringToInt instruction 8 years ago
SwitchInstruction.cs Put switch instructions into their own BlockContainer. 8 years ago
ThreeValuedLogicInstructions.cs [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 8 years ago
TryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
UnaryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
UsingInstruction.cs [switch] Add StringToInt instruction 8 years ago