You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attached the output of the most recent loading of a PRX module... seems to be a few unhandled tags and the default case for the section loading seems to be happening fairly often (dunno if this is an issue really).
Also, I think you may be missing the following additional Dynamic Tags, Program Types and Relocation Types...
Ah I noticed that I have already included in my build the PT_SCE_LIBVERSION, so in the text file's case, it's more about the missing tags and unhandled rela/jmprel...
I attached the output of the most recent loading of a PRX module... seems to be a few unhandled tags and the default case for the section loading seems to be happening fairly often (dunno if this is an issue really).
Also, I think you may be missing the following additional Dynamic Tags, Program Types and Relocation Types...
DT_SCE_HIOS = 0x6ffff000,
DT_SCE_IDTABENTSZ = 0x61000005,
PT_SCE_COMMENT = 0x6fffff00,
PT_SCE_LIBVERSION = 0x6fffff01
#define R_X86_64_GNU_VTINHERIT 250
#define R_X86_64_GNU_VTENTRY 251
Missing PT Cases and Unhandled Tags.txt
The text was updated successfully, but these errors were encountered: