diff options
author | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:44:49 +0100 |
---|---|---|
committer | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-27 15:44:49 +0100 |
commit | a0eee2bd92cb819758e54bbac9b8d8ec7daa0764 (patch) | |
tree | 47485a597f4da666d8763f42f6913cd6b536ae7b | |
parent | 6fe38b2138ed993f3af28fc5ab92fda8f7542ef7 (diff) | |
download | afl++-a0eee2bd92cb819758e54bbac9b8d8ec7daa0764.tar.gz |
makefile update
-rw-r--r-- | utils/argv_fuzzing/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/argv_fuzzing/Makefile b/utils/argv_fuzzing/Makefile index 183f6bf8..dfdd0f8e 100644 --- a/utils/argv_fuzzing/Makefile +++ b/utils/argv_fuzzing/Makefile @@ -56,3 +56,7 @@ install: argvfuzz32.so argvfuzz64.so clean: rm -f argvfuzz32.so argvfuzz64.so + +demo: + ../../afl-clang-fast -o argv_fuzz_demo argv_fuzz.c + ../../afl-clang-fast -o argv_fuzz_persistent_demo argv_fuzz_persistent_demo.c \ No newline at end of file |