HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 18 forks source link

Update Dockerfile #175

Closed gqinami closed 7 years ago

gqinami commented 7 years ago

Fix networkx version to 1.11 (latest before 2.0) to prevent inconsistencies with angr library. Otherwise, with networkx version 2.0, the following error will be generated by angr: "TypeError: object of type 'dictionary-keyiterator' has no len()". Reinstall capstone via pip install -I --no-use-wheel capstone to prevent "ImportError: cannot import name arm" error. The solution was suggested in the issues of angr library: https://github.com/angr/angr/issues/52