Model and Output: Retrieve fully qualified assembly names

This commit is contained in:
Katy Coe
2019-11-28 04:44:27 +01:00
parent 946288a7b5
commit e48c1813f3
4 changed files with 27 additions and 11 deletions

View File

@@ -203,10 +203,10 @@ namespace Il2CppInspector
// They moved the position of publicKeyToken in v16 from the middle to the bottom of the struct
public byte[] publicKeyToken => publicKeyToken_post16;
public uint nameIndex;
public uint cultureIndex;
public uint hashValueIndex;
public uint publicKeyIndex;
public int nameIndex;
public int cultureIndex;
public int hashValueIndex;
public int publicKeyIndex;
[Version(Max = 15), ArrayLength(FixedSize = 8)]
public byte[] publicKeyToken_pre16;
public uint hash_alg;