.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 6757295b3b Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline. 4 years ago
..
Await.cs
BinaryNumericInstruction.cs #2128: Reformat the whole code base. 5 years ago
Block.cs Fix build. 4 years ago
BlockContainer.cs #2128: Reformat the whole code base. 5 years ago
Branch.cs #2128: Reformat the whole code base. 5 years ago
CallIndirect.cs Properly support `calli` instruction and its interaction with function pointer types. 5 years ago
CallInstruction.cs #2128: Reformat the whole code base. 5 years ago
Comp.cs Fix #2354: decompilation of unary and binary operators with nullable value types. 4 years ago
CompoundAssignmentInstruction.cs #2128: Reformat the whole code base. 5 years ago
Conv.cs #2128: Reformat the whole code base. 5 years ago
DeconstructInstruction.cs #2128: Reformat the whole code base. 5 years ago
DeconstructResultInstruction.cs #2128: Reformat the whole code base. 5 years ago
DefaultValue.cs Add ILStackWasEmpty flag to default.value 8 years ago
DynamicInstructions.cs #2128: Reformat the whole code base. 5 years ago
ExpressionTreeCast.cs #2128: Reformat the whole code base. 5 years ago
ILFunction.cs #2128: Reformat the whole code base. 5 years ago
ILInstruction.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ILVariableCollection.cs Fix #2143: Missing `this.` qualification in lambda 5 years ago
IfInstruction.cs #2128: Reformat the whole code base. 5 years ago
InstructionCollection.cs Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline. 4 years ago
LdFlda.cs #2128: Reformat the whole code base. 5 years ago
LdLen.cs #2128: Reformat the whole code base. 5 years ago
Leave.cs Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline. 4 years ago
LockInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
LogicInstructions.cs Support overloaded operator &&/||. 7 years ago
MatchInstruction.cs Update to dotnet-format 5.1.225507. 4 years ago
MemoryInstructions.cs #2128: Reformat the whole code base. 5 years ago
NullCoalescingInstruction.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
NullableInstructions.cs #2128: Reformat the whole code base. 5 years ago
PatternMatching.cs #2128: Reformat the whole code base. 5 years ago
SimpleInstruction.cs #2128: Reformat the whole code base. 5 years ago
StLoc.cs #2128: Reformat the whole code base. 5 years ago
StringToInt.cs #2128: Reformat the whole code base. 5 years ago
SwitchInstruction.cs #2128: Reformat the whole code base. 5 years ago
TryInstruction.cs #2128: Reformat the whole code base. 5 years ago
UnaryInstruction.cs #2128: Reformat the whole code base. 5 years ago
UsingInstruction.cs #2128: Reformat the whole code base. 5 years ago