Skip to content

Commit

Permalink
[AFL++] Change toolname AFL -> AFL++
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Dec 10, 2024
1 parent c149522 commit 1e4f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/afl/launch-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ IdentityFile ~/.ssh/id_rsa.fuzzing-shells-private
EOF
fi

TOOLNAME="${TOOLNAME:-AFL-$FUZZER}"
TOOLNAME="${TOOLNAME:-AFL++-$FUZZER}"
if [[ -n "$JSRT" ]]
then
if [[ ! -e fuzzing-shells-private ]]
Expand Down

0 comments on commit 1e4f93b

Please sign in to comment.