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

Resolve the difference between our 'ModuleFlags' and fpPS4's 'rtld_flags' #799

Closed
SuchAFuriousDeath opened this issue Apr 2, 2024 · 3 comments · Fixed by #672
Closed
Assignees
Labels
T-bug Type: Bug

Comments

@SuchAFuriousDeath
Copy link
Contributor

It seems like there are some differences between these two types, which I'm pretty sure correspond to each other.
image
image

@gandalfthewhite19890404 gandalfthewhite19890404 added the T-bug Type: Bug label Apr 3, 2024
@red-prig
Copy link

red-prig commented Apr 4, 2024

rtld_flags are not bit-accurately copied so don't pay attention to the order of the fields in the record

@SuchAFuriousDeath
Copy link
Contributor Author

Oh 👀

@red-prig
Copy link

red-prig commented Apr 4, 2024

mainprog	0x01
textrel		0x02
		0x04
tls_done	0x08
init_scanned	0x10
on_fini_list	0x20
dag_inited	0x40
		0x80
is_system	0x100
is_new		0x200
libc_fios	0x400
jmpslots_done	0x800
not_get_proc	0x1000

@SuchAFuriousDeath SuchAFuriousDeath linked a pull request Apr 5, 2024 that will close this issue
@SuchAFuriousDeath SuchAFuriousDeath self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: Bug
Development

Successfully merging a pull request may close this issue.

3 participants