jamchamb / docker-binwalk

Binwalk in a Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Binwalk in a Docker image


Languages

Language:Dockerfile 86.2%Language:Makefile 13.8%