Skip to content

Commit

Permalink
new afl++ mutation experiment (google#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc authored Jun 9, 2023
1 parent 5e58e44 commit db0b4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_mutnew/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 mutationnew https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 9b2c4a2a5a8e54a80bdb82fee39891fbe42544e8 || \
git checkout 6ec70fc0847a0624692e868743080bf4e6935523 || \
true

# Build without Python support as we don't need it.
Expand Down
2 changes: 1 addition & 1 deletion service/experiment-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Please add new experiment requests towards the top of this file.
#

- experiment: 2023-06-23-aflpp
- experiment: 2023-06-09-aflpp
description: "Benchmark afl++ mutations"
fuzzers:
- aflplusplus
Expand Down

0 comments on commit db0b4c7

Please sign in to comment.