.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 9fa3759a89
Merge pull request #1419 from icsharpcode/new-baml-decompiler
6 years ago
..
LightJson Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
AssemblyReferences.cs Add BAML decompiler engine from dnSpy. 6 years ago
CodeMappingInfo.cs Move CodeMappingInfo to Decompiler. 7 years ago
CustomAttributeDecoder.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 7 years ago
Dom.cs Fix #1234: handle exception when a field initial value is not available 7 years ago
DotNetCorePathFinder.cs Improve parsing of TargetFramework attribute in UniversalAssemblyResolver. 7 years ago
DotNetCorePathFinderExtensions.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
EnumUnderlyingTypeResolveException.cs Do not crash on files that contain no managed metadata. 7 years ago
ILOpCodes.cs Rename Dom -> Metadata; Remove bogus abstraction 7 years ago
ILOpCodes.tt Rename Dom -> Metadata; Remove bogus abstraction 7 years ago
MetadataExtensions.cs Fix CSharpLanguage.GetEntityName to return ~TypeName for destructors. 6 years ago
MetadataTokenHelpers.cs Add MetadataTokenHelpers to avoid crashing when dealing with MetadataTokens 7 years ago
MethodSemanticsLookup.cs Implement MetadataEvent and re-work the representation of attribute arguments. 7 years ago
OperandType.cs WIP 7 years ago
PEFile.cs Fix #1311: Methods in .winmd files compiled from C# don't show up in individual method view in ILSpy 4. 7 years ago
SignatureBlobComparer.cs Move PEFile and other classes to different files, cleanup 7 years ago
UniversalAssemblyResolver.cs Add support for mscorlib: Compact Framework v2.0 and v3.5. 6 years ago
UnresolvedAssemblyNameReference.cs Move PEFile and other classes to different files, cleanup 7 years ago