andreafioraldi / angrdbg

Abstract library to generate angr states from a debugger state
BSD 2-Clause "Simplified" License
58 stars 15 forks source link

Add cooldict to the requirements #3

Closed ITAYC0HEN closed 4 years ago

ITAYC0HEN commented 4 years ago

Installed on two different machines and both times received the following error:

ModuleNotFoundError: No module named 'cooldict'

This pull request solves this issue by including cooldict in the requirements

andreafioraldi commented 4 years ago

It should be an angr requirement, if not removed in latest version. Ty for the patch.