.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 cfb4f0f312 Fix #3153: Always use SHA1 for public key tokens. According to ECMA-335, the hash algorithm stored in the assembly metadata is intended for file content verification purposes, not identification purposes. 2 years ago
..
LightJson #2128: Reformat the whole code base. 5 years ago
AssemblyReferences.cs Cache AssemblyReference.Name and AssemblyReference.FullName 4 years ago
CodeMappingInfo.cs #2128: Reformat the whole code base. 5 years ago
CustomAttributeDecoder.cs #2128: Reformat the whole code base. 5 years ago
DotNetCorePathFinder.cs Fix #3090: add support for the NUGET_PACKAGES environment variable 2 years ago
DotNetCorePathFinderExtensions.cs #2691: Do not use AssemblyDefintion.GetAssemblyName(). 3 years ago
EnumUnderlyingTypeResolveException.cs
FindTypeDecoder.cs Fix nullability warnings in FindTypeDecoder. 3 years ago
FullTypeNameSignatureDecoder.cs * Rename Metadata.GenericContext to MetadataGenericContext to avoid conflicts with TypeSystem.GenericContext 3 years ago
ILOpCodes.cs #2128: Reformat the whole code base. 5 years ago
ILOpCodes.tt
MetadataExtensions.cs Fix #3153: Always use SHA1 for public key tokens. According to ECMA-335, the hash algorithm stored in the assembly metadata is intended for file content verification purposes, not identification purposes. 2 years ago
MetadataGenericContext.cs #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 2 years ago
MetadataTokenHelpers.cs #2128: Reformat the whole code base. 5 years ago
MethodSemanticsLookup.cs #2128: Reformat the whole code base. 5 years ago
OperandType.cs According to the ilasm source code "codelabel" is a keyword as well 5 years ago
PEFile.cs Clean up node classes. 2 years ago
ReferenceLoadInfo.cs Fix #2314: ILSpy incorrectly resolves a runtime dependency when dll is present in both WindowsDesktop.App and NETCore.App 5 years ago
Resource.cs Another round of fixes in TryReadResource 3 years ago
SignatureBlobComparer.cs #2128: Reformat the whole code base. 5 years ago
UniversalAssemblyResolver.cs Fix #2891 Populate framework_dirs with the correct values depending on the current host runtime. 2 years ago
UnresolvedAssemblyNameReference.cs