/docker-binwalk

Binwalk in a Docker image

Primary LanguageDockerfile

Docker Binwalk

Binwalk is a fast, easy to use tool for analyzing and extracting firmware images.

I developed this Docker image to help me run Binwalk on OS X without dealing with all of the of dependencies for optional features manually.

Features

  • binwalk is built from the git master branch.
  • Image based on ubuntu:latest.
  • Dependencies installed via https://github.com/devttys0/binwalk/blob/master/deps.sh

Usage

$ docker pull rjocoleman/binwalk
$ docker run -it --rm -v "$(pwd):/binwalk" rjocoleman/binwalk [binwalk options] ./firmware.bin