.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 01660c4780 [catch-when] ILReader: add special case for exception filters: since eh.CatchType is not set, use System.Object instead. 8 years ago
..
ControlFlow Clean up mono yield-return decompilation. 8 years ago
Instructions Initial support for yield-return decompilation in assemblies compiled with the mono compiler. 8 years ago
Patterns Try to detect while conditions, do-while-loops and for-loops 9 years ago
Transforms Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 8 years ago
BlockBuilder.cs Improve cancellation. 8 years ago
DetectedLoop.cs [Loops] Detect simple for loops in ILAst as well. 8 years ago
IInlineContext.cs Namespace adjustments for Syntax classes 9 years ago
ILOpCodes.cs Update projects to .NET 4.6.1 8 years ago
ILOpCodes.tt Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
ILReader.cs [catch-when] ILReader: add special case for exception filters: since eh.CatchType is not set, use System.Object instead. 8 years ago
ILTypeExtensions.cs Namespace adjustments for Syntax classes 9 years ago
ILVariable.cs Fix missing VariableKind in ILVariable.WriteDefinitionTo 8 years ago
InstructionFlags.cs Namespace adjustments for Syntax classes 9 years ago
InstructionOutputExtensions.cs Namespace adjustments for Syntax classes 9 years ago
Instructions.cs [async] Decompile await operator. 8 years ago
Instructions.tt [async] Decompile await operator. 8 years ago
PrimitiveType.cs Namespace adjustments for Syntax classes 9 years ago
SemanticHelper.cs Namespace adjustments for Syntax classes 9 years ago
SlotInfo.cs Namespace adjustments for Syntax classes 9 years ago
StackType.cs Namespace adjustments for Syntax classes 9 years ago