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

DynELF._find_linkmap bug #1056

Closed
a1exdandy opened this issue Oct 23, 2017 · 1 comment
Closed

DynELF._find_linkmap bug #1056

a1exdandy opened this issue Oct 23, 2017 · 1 comment
Labels
Milestone

Comments

@a1exdandy
Copy link

w.status("r_debug.linkmap %#x" % result)

Bug after commit bb25140
Must be:

w.status("r_debug.linkmap %#x" % linkmap)
zachriggle added a commit to zachriggle/pwntools that referenced this issue Oct 23, 2017
@zachriggle zachriggle added the bug label Oct 23, 2017
@zachriggle zachriggle added this to the 3.9.0 milestone Oct 23, 2017
@zachriggle
Copy link
Member

Merged to stable, this should be in the 3.10 release

@zachriggle zachriggle modified the milestones: 3.9.0, 3.10.0 Oct 24, 2017
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

2 participants