.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 36e39f2c02 add TransformStackIntoVariables for IfInstruction 11 years ago
..
BinaryComparisonInstruction.cs Include operands in ILAst output 11 years ago
BinaryNumericInstruction.cs Add CompoundAssignment mode to BinaryNumericInstruction 11 years ago
Block.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
BlockContainer.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
Branch.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
CallInstruction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
Conv.cs Instead of OverflowMode, use bool checkForOverflow + Sign 11 years ago
ILFunction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
ILInstruction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
IfInstruction.cs add TransformStackIntoVariables for IfInstruction 11 years ago
InstructionCollection.cs Build exception handling blocks 11 years ago
LocalVarInstructions.cs Build exception handling blocks 11 years ago
MemoryInstructions.cs Create ILFunction top-level node 11 years ago
PatternMatching.cs Decompile call instructions 11 years ago
Return.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
SimpleInstruction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
TransformStackIntoVariablesState.cs add missing file 11 years ago
TryInstruction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 11 years ago
UnaryInstruction.cs Add a bunch of instructions. 11 years ago