We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a78d18 + dff4bfa commit 8f02953Copy full SHA for 8f02953
1 file changed
examples/fuzzing/linux_x8664/fuzz.sh
@@ -1,11 +1,12 @@
1
#!/usr/bin/sh
2
set -e
3
-if [[ ! -d ./AFLplusplus ]]; then
4
- git clone https://github.com/AFLplusplus/AFLplusplus.git
5
- cd AFLplusplus
6
- make
7
- cd ./unicorn_mode
8
- ./build_unicorn_support.sh
9
- cd ../../
10
-fi
+
+# git clone https://github.com/AFLplusplus/AFLplusplus.git
+# cd AFLplusplus
+# make
+# cd ./unicorn_mode
+# ./build_unicorn_support.sh
+# cd ../../
+# fi
11
12
AFL_AUTORESUME=1 AFL_PATH="$(realpath ./AFLplusplus)" PATH="$AFL_PATH:$PATH" afl-fuzz -i afl_inputs -o afl_outputs -U -- python3 ./fuzz_x8664_linux.py @@
0 commit comments