Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Jan 30, 2024
1 parent 358923f commit 84e7b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions materials/fuzzing/aflpp/afl++
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
AFL_VERSION="${AFL_VERSION:-"stable"}"
case "$1" in
host)
shift
Expand All @@ -7,12 +8,11 @@ case "$1" in
docker)
shift
/usr/bin/env docker run -ti \
--ulimit core=0 \
--privileged \
-v ./:/src \
--rm \
--name afl_fuzzing \
aflplusplus/aflplusplus:v4.08c \
"aflplusplus/aflplusplus:$AFL_VERSION" \
bash -c "cd /src && bash -c \"$*\""
;;
*)
Expand Down

0 comments on commit 84e7b1b

Please sign in to comment.