Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Tags #3

Open
SocraticBliss opened this issue Oct 31, 2018 · 1 comment
Open

Unhandled Tags #3

SocraticBliss opened this issue Oct 31, 2018 · 1 comment

Comments

@SocraticBliss
Copy link

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
Copy link
Author

SocraticBliss commented Dec 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant