.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 9578bed0ed Add 'in' to DirectionExpression. 8 years ago
..
CSharp Add 'in' to DirectionExpression. 8 years ago
DebugInfo #1024: Fix bug in sequence point blob mapping. 8 years ago
Disassembler Fix #1232: BadImageFormatException: Invalid SEH header 8 years ago
Documentation Merge XmlDocKeyProvider.cs into IdStringProvider.cs 8 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 8 years ago
IL Fix #1185: assertion with unreachable code in loop detection 8 years ago
Metadata Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 8 years ago
Output Implement TextOutputWithRollback to allow rolling back output of security declarations we could not parse due to missing enum types. 8 years ago
Properties Fix assembly info generation 8 years ago
Semantics foreach loops now use "var" if the element type is a tuple and can be inferred from the collection type. 8 years ago
TypeSystem Fix MetadataParameter.IsRef if TypeSystemOptions.ReadOnlyStructsAndParameters is disabled. 8 years ago
Util #1225: Fix inconsistencies in path handling when decompiling resources. 8 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 8 years ago
DecompilerException.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 8 years ago
DecompilerSettings.cs Refactor TS representation of ref / readonly structs. Add support for in parameters. 8 years ago
ICSharpCode.Decompiler.csproj Fixed thread safety issues as per code review comments. 8 years ago
ICSharpCode.Decompiler.nuspec.template Update DecompilerNuGetDemos.workbook to work with version 4.0 pre-alpha nuget. 8 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 Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
SRMExtensions.cs Add "This is a reference assembly" warning to ILSpy. 8 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 8 years ago