Skip to content

Commit

Permalink
afl++ mutation experiment (google#1817)
Browse files Browse the repository at this point in the history
this tests the new mutation engine plus checks if a minor regression is
fixed.
  • Loading branch information
vanhauser-thc authored Apr 6, 2023
1 parent 751acf0 commit 73b488f
Show file tree
Hide file tree
Showing 31 changed files with 42 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout d80cedcf02f56351bb08e7520ddcd76b0ff3f84e || \
git checkout 5fea071ae99dc68d634afd996fcd280f57f78002 || \
true

# Build without Python support as we don't need it.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 1e23a8d67832eb296fa9abef0745b61ac74ae889 || \
git checkout 48c878a76ddec2c133fd5708b185b2ac27740084 || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
56 changes: 0 additions & 56 deletions fuzzers/aflplusplus_403/builder.Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions fuzzers/aflplusplus_403/description.md

This file was deleted.

282 changes: 0 additions & 282 deletions fuzzers/aflplusplus_403/fuzzer.py

This file was deleted.

23 changes: 0 additions & 23 deletions fuzzers/aflplusplus_403/runner.Dockerfile

This file was deleted.

Loading

0 comments on commit 73b488f

Please sign in to comment.