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

init_array with relocated syms #626

Closed
FatsharkGo opened this issue Nov 11, 2021 · 1 comment
Closed

init_array with relocated syms #626

FatsharkGo opened this issue Nov 11, 2021 · 1 comment

Comments

@FatsharkGo
Copy link

Is your feature request related to a problem? Please describe.
In some shared object, entries of init vector maybe rels, binary[lief.ELF.DYNAMIC_TAGS.INIT_ARRAY].array would return the vector with un-relocated array which have to be relocated for the next iteration process.

Describe the solution you'd like
Add an attribute array_r to return the relocated init_array will be helpfull.

Describe alternatives you've considered
Na~

Additional context
Na~

@romainthomas
Copy link
Member

Hi @FatsharkGo
I completely understand your need but I would say it should come from a post-processing of the parsing. Similarly,
we do not provide relocation information between plt relocations and plt stubs.

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

2 participants