belf icon indicating copy to clipboard operation
belf copied to clipboard

Unhandled Tags

Open SocraticBliss opened this issue 6 years ago • 1 comments

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

SocraticBliss avatar Oct 31 '18 02:10 SocraticBliss

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...

SocraticBliss avatar Dec 12 '18 15:12 SocraticBliss