ehrenb / machina

A scalable and recursive binary analysis pipeline
https://machina.behren.me
2 stars 0 forks source link

binwalk: wont build #34

Closed ehrenb closed 1 year ago

ehrenb commented 1 year ago

Binwalk module failing to build due to deps.sh failing to reach an apt link.

Unrelated, but may want to update custom deps.sh due to: https://github.com/devttys0/sasquatch/issues/48#issuecomment-1432378603

ehrenb commented 1 year ago

deps.sh has not changed since i implemented a patch.

added 'apt update' in Dockerfile before the deps.sh execution, fixed