Docker images
Docker images are available at:
You can use the following command to run the latest version of binsider
in a container:
docker run --rm -it "orhunp/binsider:${TAG:-latest}"
To analyze a custom binary via mounting a volume:
docker run --rm -it -v "custom:/app/custom:rw" "orhunp/binsider:${TAG:-latest}" custom