We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ELF.symbols provides a dictionary of name: address. Similarly, ELF.functions provides a dictionary of name: function object.
ELF.symbols
name: address
ELF.functions
name: function object
If using one of these function objects with ROP.call, everything breaks when calling repr() on the object way down the logging stack.
ROP.call
repr()
The text was updated successfully, but these errors were encountered:
30c34b7
Fixes Gallopsled#770 - broken vmmap aliases (Gallopsled#778)
744aa22
zachriggle
No branches or pull requests
ELF.symbols
provides a dictionary ofname: address
. Similarly,ELF.functions
provides a dictionary ofname: function object
.If using one of these function objects with
ROP.call
, everything breaks when callingrepr()
on the object way down the logging stack.The text was updated successfully, but these errors were encountered: