Docker container image with the Binwalk
tool, with addition of the cpu_rec
plugin for CPU instruction set identification analysis.
The image is based on the official Binwalk docker image and thus contains all the mandatory and optional external tools.
To pull the latest docker image and install the convenience binwalk.sh script:
make installSimply execute binwalk, but make sure to run it from the directory containing
the file for analysis.
For example:
binwalk -% firmware.imgOr manually run the dsirov/binwalk-cpurec docker image, making sure to map the
directory into the docker.
Mind SELinux pitfalls when enabled.
The built images can be found at the Docker Hub.