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

ROP module barfs when a Function object is used #770

Closed
zachriggle opened this issue Oct 15, 2016 · 0 comments
Closed

ROP module barfs when a Function object is used #770

zachriggle opened this issue Oct 15, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@zachriggle
Copy link
Member

ELF.symbols provides a dictionary of name: address. Similarly, ELF.functions provides a dictionary of 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.

@zachriggle zachriggle added the bug label Oct 15, 2016
@zachriggle zachriggle added this to the Someday milestone Oct 15, 2016
@zachriggle zachriggle self-assigned this Oct 15, 2016
@zachriggle zachriggle modified the milestones: 3.3.0, Someday Mar 4, 2017
Kyle-Kyle pushed a commit to Kyle-Kyle/pwntools that referenced this issue Apr 25, 2021
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