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

No module named angr.storage.memory #6

Open
bannsec opened this issue Nov 23, 2020 · 4 comments
Open

No module named angr.storage.memory #6

bannsec opened this issue Nov 23, 2020 · 4 comments

Comments

@bannsec
Copy link

bannsec commented Nov 23, 2020

Looks like angr's APIs changed on you.

  File "/home/angr/.virtualenvs/angr/lib/python3.8/site-packages/angrdbg/memory_8.py", line 17, in <module>
    from angr.storage.memory import SimMemory, DUMMY_SYMBOLIC_READ_VALUE
ModuleNotFoundError: No module named 'angr.storage.memory'
@andreafioraldi
Copy link
Owner

Yes, it works with angr 8 but not 9 I guess, I don't have time or desire to update this repo. If you need it, feel free to open a PR, I still accept contributions gladly.
Otherwise I should insert the version of angr that is required in setup.py, but I don't know the last angr 8 release number as they don't use the github release page :(

@oToToT
Copy link

oToToT commented Dec 2, 2020

@andreafioraldi From the release page in PyPI, I guess that it should be 8.20.7.27.

@jlevis73
Copy link

Has anyone looked into how difficult it would be to update for angr v9 compatibility? Trying to evaluate if it's worth doing myself or just downgrading to angr v8.

@bannsec
Copy link
Author

bannsec commented Apr 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants