attify / firmware-analysis-toolkit

Toolkit to emulate firmware and analyse it for security vulnerabilities
MIT License
1.29k stars 251 forks source link

Updated dependencies #63

Open decidedlygray opened 3 years ago

decidedlygray commented 3 years ago

Updated outdated dependencies - binwalk has moved locations and python-pip is no longer used

extremecoders-re commented 3 years ago

Thanks for the PR!

The upstream binwalk/deps.sh still declares a dependency on the python package which is Python 2.

REQUIRED_UTILS="wget tar python"

Would have to wait until this fixed upstream.