Welcome to UBFuzz ASPLOS’24 Artifact!

Prerequisites

The full evaluation of this artifact is resource-intensive. We recommand to run the full evaluation on a machine with at least 16 cores, 32GB memory, and 45GB disk space for a reasonable evaluation time (~40h).

Getting started (Kick-the-tire)

First, download the artifact from here Artifact , then untar the artifact(~10min):

$ tar -xvf artifact_asplos24_ubfuzz.tar.gz

Then, enter the docker container:

$ cd /path/to/the/artifact/
$ docker load -i image_artifact_asplos24_ubfuzz.tar  # takes ~10min
$ ./start-container.py

Then, execute the following command in the container:

$ /artifact/kick/kick.py

Note

The expected exeuction time should be less than 10 mins.

If you see Kick-the-tire passed!, you are all set to go.

Next step

For full evaluation, please go to Full Evaluation

Contents