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 plt/got symbol lookup and session lookup in DynELF. #1933

Open
technic1234 opened this issue Jul 14, 2021 · 0 comments
Open

Support plt/got symbol lookup and session lookup in DynELF. #1933

technic1234 opened this issue Jul 14, 2021 · 0 comments
Labels

Comments

@technic1234
Copy link

DynELF is fantastic for remote pwnning. but it lacks some features compared to ELF:

  • plt symbols lookup & got entries lookup, like ELF.plt & ELF.got;
  • session lookup like ELF.bss()

Got entries are useful for GOT overwritten, while lookup data/bss session is useful for finding writable addresses.

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

No branches or pull requests

1 participant