Skip to content

Docker images

Docker images are available at:

You can use the following command to run the latest version of binsider in a container:

Terminal window
docker run --rm -it "orhunp/binsider:${TAG:-latest}"

To analyze a custom binary via mounting a volume:

Terminal window
docker run --rm -it -v "custom:/app/custom:rw" "orhunp/binsider:${TAG:-latest}" custom