.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 33ef82f75c Fix #1082: Add support for compound assignment with string.Concat(). 8 years ago
..
CSharp Fix #1082: Add support for compound assignment with string.Concat(). 8 years ago
DebugInfo Add IDebugInfoProvider.Description property 8 years ago
Disassembler Implement new declsec parser in ReflectionDisassembler + added unit tests. 8 years ago
Documentation Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 8 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 8 years ago
IL Fix #1082: Add support for compound assignment with string.Concat(). 8 years ago
Metadata Move CodeMappingInfo to Decompiler. 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 Introduce IType.IsByRefLike. 8 years ago
Util Remove more dead code. 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 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 8 years ago
ICSharpCode.Decompiler.csproj Introduce IType.IsByRefLike. 8 years ago
ICSharpCode.Decompiler.nuspec.template Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 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 Don't cache attributes in the type system. 8 years ago
SRMExtensions.cs Forgot some changes. 8 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 8 years ago