.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 10e3da3d16 Add missing license headers to MIT licensed files in ICSharpCode.Decompiler 6 years ago
..
AssignVariableNames.cs Fix #1881: Not properly reusing names from PDB#2 6 years ago
BlockTransform.cs Fix #1242: Discard unreachable code. 7 years ago
CachedDelegateInitialization.cs Fix #1609: Decompilation of cached delegate-construction with unknown delegate type. 7 years ago
CombineExitsTransform.cs
CopyPropagation.cs Fix #1656: Disable CopyPropagation for split variables. 7 years ago
DelegateConstruction.cs Implement workaround for #1961 6 years ago
DetectCatchWhenConditionBlocks.cs Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types. 7 years ago
DynamicCallSiteTransform.cs Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types. 7 years ago
DynamicIsEventAssignmentTransform.cs Further adjustments to transforms now that copy propagation no longer runs. 7 years ago
EarlyExpressionTransforms.cs Fix #1655: Incorrect pointer cast when calling method on integer constant 7 years ago
ExpressionTransforms.cs Fix #1854 7 years ago
FixRemainingIncrements.cs Fix #1552: user-defined and decimal increments 7 years ago
HighLevelLoopTransform.cs Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings. 7 years ago
IILTransform.cs
ILExtraction.cs Add missing license headers to MIT licensed files in ICSharpCode.Decompiler 6 years ago
ILInlining.cs #1852: Rename array.to.pointer opcode to get.pinnable.reference. 7 years ago
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs
IntroduceRefReadOnlyModifierOnLocals.cs #1151: Support for ref readonly locals. 7 years ago
LocalFunctionDecompiler.cs Fix #1895: local function not added to the correct parent function. 7 years ago
LockTransform.cs
NamedArgumentTransform.cs
NullCoalescingTransform.cs Remove unused code. 7 years ago
NullPropagationTransform.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 7 years ago
NullableLiftingTransform.cs short-circuting -> short-circuiting 7 years ago
ProxyCallReplacer.cs Add missing license headers to MIT licensed files in ICSharpCode.Decompiler 6 years ago
ReduceNestingTransform.cs agressive -> aggressive 7 years ago
RemoveDeadVariableInit.cs Add RemoveDeadStores option 7 years ago
SplitVariables.cs Allow ref-locals to be initialized from nested field addresses. 7 years ago
StatementTransform.cs
Stepper.cs Fix a bunch of XmlDoc compiler warnings. 7 years ago
SwitchOnNullableTransform.cs
SwitchOnStringTransform.cs Fix #1809: Support VB Select on string. 7 years ago
TransformArrayInitializers.cs Fix #1280: Transform RuntimeHelpersInitializeArray calls without receiving assignments. 7 years ago
TransformAssignment.cs Fix compound assignments with type `bool`. 7 years ago
TransformCollectionAndObjectInitializers.cs Fix #1593: TransformCollectionAndObjectInitializers uses nested indexer call as target of object initializer. 7 years ago
TransformDisplayClassUsage.cs Fix #1879: Do not remove variables that look like display class variables, but are used in other patterns as well. 6 years ago
TransformExpressionTrees.cs Fix #1811: Assert in NullCoalescingInstruction.CheckInvariant after expression tree transform 7 years ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs Add support for await using statements. 7 years ago