.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 935f0118d1 First attempt at better cast handling 9 years ago
..
BinaryNumericInstruction.cs Make implicit I4->I conversions explicit in ILAst. 9 years ago
Block.cs First attempt at pinned regions. 9 years ago
BlockContainer.cs Add ILAst folding and remove unused RemoveDeadVariableInit transform. 9 years ago
Branch.cs Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 9 years ago
CallInstruction.cs Extract reusable DataFlowVisitor from ReachingDefinitions; and add ILVariable.HasInitialValue. 9 years ago
Comp.cs Make implicit I4->I conversions explicit in ILAst. 9 years ago
Conv.cs First attempt at better cast handling 9 years ago
ILFunction.cs First attempt at pinned regions. 9 years ago
ILInstruction.cs Introduce array.to.pointer instruction. 9 years ago
IfInstruction.cs Add reaching definitions analysis. 9 years ago
InstructionCollection.cs Introduce array.to.pointer instruction. 9 years ago
LdLen.cs Add variable ResultType to Ldlen instruction 9 years ago
Leave.cs Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 9 years ago
LocalVarInstructions.cs Add SplitVariables transforms. 9 years ago
MemoryInstructions.cs Create ILFunction top-level node 11 years ago
PatternMatching.cs Introduce array.to.pointer instruction. 9 years ago
PinnedRegion.cs First attempt at pinned regions. 9 years ago
Return.cs Add reaching definitions analysis. 9 years ago
SimpleInstruction.cs Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 9 years ago
SwitchInstruction.cs Add ILAst folding and remove unused RemoveDeadVariableInit transform. 9 years ago
TryInstruction.cs Add SplitVariables transforms. 9 years ago
UnaryInstruction.cs Fix appveyor build 9 years ago
VariableScope.cs Add SplitVariables transforms. 9 years ago