.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 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 8 years ago
..
LightJson
AssemblyReferences.cs Fix bug in DecompilerTypeSystem initialization, causing assemblies being added multiple times. 8 years ago
CodeMappingInfo.cs Move CodeMappingInfo to Decompiler. 8 years ago
CustomAttributeDecoder.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 8 years ago
Dom.cs Use more appropriate exception types where possible. 8 years ago
DotNetCorePathFinder.cs
DotNetCorePathFinderExtensions.cs
EnumUnderlyingTypeResolveException.cs Add EnumUnderlyingTypeResolveException and clean up exceptions in ReflectionDisassembler: use BadImageFormatException for any unexpected values. 8 years ago
ILOpCodes.cs
ILOpCodes.tt
MetadataExtensions.cs Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 8 years ago
MetadataTokenHelpers.cs
MethodSemanticsLookup.cs
OperandType.cs
PEFile.cs Rename IAssembly -> IModule. 8 years ago
SignatureBlobComparer.cs
UniversalAssemblyResolver.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 8 years ago
UnresolvedAssemblyNameReference.cs