You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
At this point, pip install python-idb installs version 0.5.0, which does not have idautils.Names(), causing conversion to fail on the missing symbol. git blame tells me the current minimum version is probably python-idb@dd1a7c76, which is when that whole function was added.
So I'd like to see it call out the fact that a newer version is not just a rec, but a req. (Also, might be prudent to put a --user after the command in the suggestion to use setup.py.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At this point,
pip install python-idb
installs version 0.5.0, which does not haveidautils.Names()
, causing conversion to fail on the missing symbol. git blame tells me the current minimum version is probablypython-idb@dd1a7c76
, which is when that whole function was added.So I'd like to see it call out the fact that a newer version is not just a rec, but a req. (Also, might be prudent to put a
--user
after the command in the suggestion to use setup.py.)The text was updated successfully, but these errors were encountered: