Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down