.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 f3d108c469 Add SplitVariables transforms. 9 years ago
..
BinaryNumericInstruction.cs Add class VariableScope. 9 years ago
Block.cs Add reaching definitions analysis. 9 years ago
BlockContainer.cs Fix bugs in data flow analysis. 9 years ago
Branch.cs Add class VariableScope. 9 years ago
CallInstruction.cs Extract reusable DataFlowVisitor from ReachingDefinitions; and add ILVariable.HasInitialValue. 9 years ago
Comp.cs Make comparisons in the ILAst more similar to C# comparisons. 9 years ago
Conv.cs Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
ILFunction.cs Add reaching definitions analysis. 9 years ago
ILInstruction.cs Add IsDirty tracking to ILInstruction 9 years ago
IfInstruction.cs Add reaching definitions analysis. 9 years ago
InstructionCollection.cs Document stale positions and orphaned nodes. 9 years ago
LdLen.cs Add variable ResultType to Ldlen instruction 9 years ago
Leave.cs Add class VariableScope. 9 years ago
LocalVarInstructions.cs Add SplitVariables transforms. 9 years ago
MemoryInstructions.cs Create ILFunction top-level node 11 years ago
PatternMatching.cs Add variable ResultType to Ldlen instruction 9 years ago
Return.cs Add reaching definitions analysis. 9 years ago
SimpleInstruction.cs Add reaching definitions analysis. 9 years ago
SwitchInstruction.cs Add reaching definitions analysis. 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