From 8c0fad694bc9414cd2c37cbc0ab68ab5a2c285dc Mon Sep 17 00:00:00 2001 From: Flavien Solt Date: Wed, 7 May 2025 14:25:35 -0700 Subject: [PATCH] Fix link to Docker image Hi! Thanks for open sourcing. The original link only works when logged in as you. The fixed link is the public one. Thanks! Flavien --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff70d5f..a8e14a7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ProcessorFuzz is a processor fuzzer tool that identifies "interesting" assembly- ## Setup ProcessorFuzz uses many other projects including spike, dromajo, rocket, boom, blackparrot. To prevent setup issues, we generated a docker image and tested that image on ubuntu 18.04. -Download the docker image from this [link](https://hub.docker.com/repository/docker/chath/processorfuzz/general) from Docker Hub and execute the following command on ubuntu machine that has docker. +Download the docker image from this [link](https://hub.docker.com/r/chath/processorfuzz) from Docker Hub and execute the following command on ubuntu machine that has docker. ``` docker load < processorfuzz_docker_img.tar ```