Skip to content

Commit

Permalink
adding dominator and subsumed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardi Madadi committed Sep 2, 2024
1 parent a492dad commit 7f03d10
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ RUN git clone https://github.com/mm2/Little-CMS.git
RUN wget -qO $OUT/cms_transform_fuzzer.dict \
https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/icc.dict
COPY cms_transform_fuzzer.cc build.sh $SRC/
ADD seeds /opt/seeds

# Download the seeds tarball from your GitHub repository
RUN wget https://raw.githubusercontent.com/ardier/fuzzbench/minimized-subsumed-mutants-benchmark-with-seeds/benchmarks/lcms_cms_transform_fuzzer_dominator_mutants/seeds.tar.gz -O /tmp/seeds.tar.gz

# Extract the seeds tarball to the /opt/seeds directory
RUN mkdir -p /opt/seeds && \
tar -xzvf /tmp/seeds.tar.gz
# ADD seeds /opt/seeds
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ RUN git clone https://github.com/mm2/Little-CMS.git
RUN wget -qO $OUT/cms_transform_fuzzer.dict \
https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/icc.dict
COPY cms_transform_fuzzer.cc build.sh $SRC/
ADD seeds /opt/seeds
# Download the seeds tarball from your GitHub repository
RUN wget https://raw.githubusercontent.com/ardier/fuzzbench/minimized-subsumed-mutants-benchmark-with-seeds/benchmarks/lcms_cms_transform_fuzzer_minimized_mutants/seeds.tar.gz -O /tmp/seeds.tar.gz

# Extract the seeds tarball to the /opt/seeds directory
RUN mkdir -p /opt/seeds && \
tar -xzvf /tmp/seeds.tar.gz
# ADD seeds /opt/seeds
Binary file not shown.

0 comments on commit 7f03d10

Please sign in to comment.