Add name mangling to Methods/MethodInfo/TypeInfo/TypeRef, remove Boxing from ValueTypes when used as the this parameter, fix crashes when a module has no attributes
This commit is contained in:
@@ -273,7 +273,8 @@ namespace Il2CppInspector
|
||||
attsByToken.Add(token, index);
|
||||
}
|
||||
|
||||
AttributeIndicesByToken.Add(image.customAttributeStart, attsByToken);
|
||||
if (attsByToken.Count > 0)
|
||||
AttributeIndicesByToken.Add(image.customAttributeStart, attsByToken);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user