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

Support new Dynamic tags for X86_64 #1081

Merged
merged 5 commits into from
Jul 27, 2024

Conversation

nsurbay
Copy link
Contributor

@nsurbay nsurbay commented Jul 25, 2024

This MR adds support for 3 new dynamics tags founds on archlinux libc (glibc 2.39).
Readelf reports new tag value for dynamic section :

 0x0000000070000000 (DT_X86_64_PLT)      0x241d0
 0x0000000070000001 (DT_X86_64_PLTSZ)    0x1c0
 0x0000000070000003 (DT_X86_64_PLTENT)   0x10

I also found a mention of theses value also in glibc repository

The MR also synchronises the dynamics tags available in C API with the one of C++.

@romainthomas romainthomas merged commit f4bf30d into lief-project:main Jul 27, 2024
0 of 3 checks passed
@romainthomas
Copy link
Member

Thank you @nsurbay for these updates!

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

Successfully merging this pull request may close these issues.

2 participants