.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 1c563a62a9 Fix #2090: ignore mscorlib references without public key token, when trying to resolve mscorlib. This will automatically fallback to .NET 4.0's mscorlib.dll. 5 years ago
..
LightJson assosiated -> associated 6 years ago
AssemblyReferences.cs Move assembly resolution logic to better place 5 years ago
CodeMappingInfo.cs Add documentation for CodeMappingInfo. 6 years ago
CustomAttributeDecoder.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 7 years ago
Dom.cs Add Debug Metadata Explorer 6 years ago
DotNetCorePathFinder.cs Fix #2076: VS AddIn opens reference assembly. 5 years ago
DotNetCorePathFinderExtensions.cs #2089: Handle invalid attribute/reference metadata in `DetectTargetFrameworkId` 5 years ago
EnumUnderlyingTypeResolveException.cs Do not crash on files that contain no managed metadata. 7 years ago
ILOpCodes.cs
ILOpCodes.tt
MetadataExtensions.cs Fix #2090: ignore mscorlib references without public key token, when trying to resolve mscorlib. This will automatically fallback to .NET 4.0's mscorlib.dll. 5 years ago
MetadataTokenHelpers.cs
MethodSemanticsLookup.cs
OperandType.cs Add uint{size} aliases used by ildasm. 6 years ago
PEFile.cs Fix #2075: IndexOutOfRange exception in PEFile.GetRuntime() 5 years ago
SignatureBlobComparer.cs
UniversalAssemblyResolver.cs Fix #2090: ignore mscorlib references without public key token, when trying to resolve mscorlib. This will automatically fallback to .NET 4.0's mscorlib.dll. 5 years ago
UnresolvedAssemblyNameReference.cs