Skip to content

install_plt_redirect() should ultimately be replaced with GOT poisoning when redirecting PLT calls to patched version of a function #22

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

Open
elfmaster opened this issue Feb 27, 2024 · 0 comments

Comments

@elfmaster
Copy link
Contributor

GOT poisoning on PIE binaries from Shiva is tricky, if Shiva updates the GOT then it will be overwritten by RTLD afterwards due to strict linking. The solution we used in the past (And should be employed now). Is for Shiva to update the appropriate GOT entry, followed by removing the JUMPSLOT relocation entry for that particular GOT entry.

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