.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 0a2037ae1f #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 2 years ago
..
CSharp Fix #3079: Replace parameter names that consist of only whitespace 2 years ago
DebugInfo #1806: Use NormalizeTypeVisitor.TypeErasure.EquivalentTypes in DebugInfoGenerator.HandleMethodBody to fix false positives in assertion. 2 years ago
Disassembler Fix #3056: WriteParameterReference was using the wrong parameter definition in static methods. 2 years ago
Documentation Combine Path.Combine calls, remove local 2 years ago
FlowAnalysis #2480: avoid crash if ILAst "cannot jump into block container" invariant is violated 4 years ago
Humanizer Fixes #2232: We only need a small percentage of features provided by Humanizer. Therefore we copy the relevant parts and remove the dependency in order to avoid such problems in the future. 5 years ago
IL #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 2 years ago
Instrumentation Add header 4 years ago
Metadata Fix #2891 Populate framework_dirs with the correct values depending on the current host runtime. 2 years ago
Output Add support for user-defined checked operators. 2 years ago
Properties Set next version to 8.2 2 years ago
Semantics Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly. 3 years ago
Solution #2128: Reformat the whole code base. 5 years ago
TypeSystem Fix #3004: MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled. 2 years ago
Util Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years ago
DecompilationProgress.cs Generalize progress reporting for decompilation and PDB generation. 3 years ago
DecompileRun.cs #2685: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override. 3 years ago
DecompilerException.cs #2128: Reformat the whole code base. 5 years ago
DecompilerNuGetPackageIcon.png iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 6 years ago
DecompilerSettings.cs Implement support for C# 11 switch on (ReadOnly)Span<char>. 2 years ago
ICSharpCode.Decompiler.csproj Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years ago
ICSharpCode.Decompiler.ruleset Distinguish between PreOrderTransforms and PostOrderTransforms in BlockILTransform. 9 years ago
ICSharpCode.Decompiler.snk remove NR submodule; move snk to ICSharpCode.Decompiler 9 years ago
NRExtensions.cs #2128: Reformat the whole code base. 5 years ago
NRTAttributes.cs Add MemberNotNullWhenAttribute to IMethod, IProperty and IEvent. Make sure that it's guaranteed that AccessorOwner is non-null, when IsAccessor is true. 3 years ago
PackageReadme.md Add PackageReadmeFile 3 years ago
PartialTypeInfo.cs Fix #2718, Fix #2719, Fix #2725: Remove WPF compiler-generated code. 3 years ago
SRMExtensions.cs Fix #2733: Ignore bad metadata when trying to resolve ResolutionScope 3 years ago
SRMHacks.cs #2128: Reformat the whole code base. 5 years ago
SingleFileBundle.cs Support for single-file bundle from .NET 6. 4 years ago