.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 0e118f0977 LoopDetection: in loops without any exit points, exclude the largest possible code block from the loop 10 years ago
..
BinaryNumericInstruction.cs Fix MayThrow flag on BinaryNumericInstruction 10 years ago
Block.cs Add BlockType 10 years ago
BlockContainer.cs Add ILAst folding and remove unused RemoveDeadVariableInit transform. 10 years ago
Branch.cs Initial support for decompiling fixed statements 10 years ago
CallInstruction.cs Initial version of IL pattern matching. 10 years ago
Comp.cs Initial version of IL pattern matching. 10 years ago
CompoundAssignmentInstruction.cs Fix MayThrow flag on BinaryNumericInstruction 10 years ago
Conv.cs Fix Conv.Kind when overflow checking is enabled. 10 years ago
ILFunction.cs Move transforms to transforms namespace 10 years ago
ILInstruction.cs Add struct TranslationContext to ExpressionBuilder 10 years ago
IfInstruction.cs Initial support for decompiling fixed statements 10 years ago
InstructionCollection.cs LoopDetection: in loops without any exit points, exclude the largest possible code block from the loop 10 years ago
LdLen.cs Add variable ResultType to Ldlen instruction 10 years ago
Leave.cs Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 10 years ago
MemoryInstructions.cs Create ILFunction top-level node 12 years ago
PatternMatching.cs Improved transformation of DelegateConstruction and Closure-DisplayClasses 10 years ago
Return.cs Add reaching definitions analysis. 10 years ago
SimpleInstruction.cs Fix subtle issues with BitNot operator. 10 years ago
SwitchInstruction.cs Initial support for decompiling fixed statements 10 years ago
TryInstruction.cs Initial support for decompiling fixed statements 10 years ago
UnaryInstruction.cs Fix appveyor build 10 years ago
VariableScope.cs Throw NotImplementedException when attempting to clone a VariableScope. 10 years ago