.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 702302ed35 Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
..
LightJson
AssemblyReferences.cs Fix bug in DecompilerTypeSystem initialization, causing assemblies being added multiple times. 7 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
EnumUnderlyingTypeResolveException.cs Do not crash on files that contain no managed metadata. 7 years ago
ILOpCodes.cs
ILOpCodes.tt
MetadataExtensions.cs Fix #1206: Could not decode attribute arguments. There was a bug in the calculation of public key tokens of assembly definitions. 7 years ago
MetadataTokenHelpers.cs
MethodSemanticsLookup.cs
OperandType.cs
PEFile.cs Do not crash on files that contain no managed metadata. 7 years ago
SignatureBlobComparer.cs
UniversalAssemblyResolver.cs Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
UnresolvedAssemblyNameReference.cs