.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 4ac1c2d0b0 add CachedDelegateInitialization block transform 9 years ago
..
BinaryNumericInstruction.cs Fix MayThrow flag on BinaryNumericInstruction 9 years ago
Block.cs more step groups 9 years ago
BlockContainer.cs Eliminate goto in conditional return in try block. 9 years ago
Branch.cs Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
CallInstruction.cs Initial version of IL pattern matching. 9 years ago
Comp.cs Initial version of IL pattern matching. 9 years ago
CompoundAssignmentInstruction.cs Fix MayThrow flag on BinaryNumericInstruction 9 years ago
Conv.cs Fix Conv.Kind when overflow checking is enabled. 9 years ago
ILFunction.cs more step groups 9 years ago
ILInstruction.cs Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
IfInstruction.cs Improve handling of short-circuiting operators. 9 years ago
InstructionCollection.cs Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 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
MemoryInstructions.cs Create ILFunction top-level node 11 years ago
PatternMatching.cs add CachedDelegateInitialization block transform 9 years ago
Return.cs Add reaching definitions analysis. 9 years ago
SimpleInstruction.cs Fix subtle issues with BitNot operator. 9 years ago
SwitchInstruction.cs ConditionDetection: move blocks into switch sections 9 years ago
TryInstruction.cs Initial support for decompiling fixed statements 9 years ago
UnaryInstruction.cs Fix appveyor build 9 years ago
VariableScope.cs Throw NotImplementedException when attempting to clone a VariableScope. 9 years ago