angrdbg
angrdbg copied to clipboard
Abstract library to generate angr states from a debugger state
Results
2
angrdbg issues
Sort by
recently updated
recently updated
newest added
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 from angr.storage.memory import SimMemory, DUMMY_SYMBOLIC_READ_VALUE ModuleNotFoundError: No module named 'angr.storage.memory' ```
I found that cooldict has been added to dependencies in this repo, but the one in pypi seems not to be updated.