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

Fix sessionstarter.py import renaming after r2 update #6

Closed
cmatthewbrooks opened this issue Feb 26, 2018 · 1 comment
Closed

Fix sessionstarter.py import renaming after r2 update #6

cmatthewbrooks opened this issue Feb 26, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cmatthewbrooks
Copy link
Owner

After updating r2 on 24 Feb (I don't know how long it had been since my previous update or what version I was using), I noticed my implementation to rename imports stopped renaming as expected.

It seems r2 changed the JSON object returned by "pdfj" so that now ops['disasm'] needs to be parsed instead of ops['opcode'].

This should be an easy fix next time I jump into bug fixes.

@cmatthewbrooks cmatthewbrooks self-assigned this Feb 27, 2018
@cmatthewbrooks cmatthewbrooks added the bug Something isn't working label Feb 27, 2018
@cmatthewbrooks
Copy link
Owner Author

Fixed in e1d6f7f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant