Sign inSign up

coderpatros/binskim

By coderpatros

Updated almost 7 years ago

A dockerised BinSkim, a binary static analysis tool that provides security and correctness results

Image
0

164

coderpatros/binskim repository overview

Docker Cloud Build Status Docker Pulls GitHub

BinSkim Docker Container

PLEASE NOTE: I am currently using a custom build of BinSkim.

The official build hasn't been updated in a while. I'm not making any changes, just taking the latest master branch from the offical repository.

Basic Usage

Running (assuming binaries are in the current working directory)...

docker run --user `id --user`:`id --user` --volume `pwd`:/code coderpatros/binskim analyze /code/*.dll --recurse --output /code/binskim.sarif

More Documentation

Please refer to the official repository for more documentation.

Docker Tags

Current tag to track is latest.

I regularly rebuild the image to ensure it picks up any updates to the base ubuntu:18.04 image and the official repository.

Tag summary

Content type

Image

Digest

Size

72 MB

Last updated

almost 7 years ago

docker pull coderpatros/binskim