Skip to content

im-batman/docker-binwalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 86.2%
  • Makefile 13.8%