diff options
| author | Your Name <you@example.com> | 2021-11-11 18:32:35 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-11-11 18:32:35 +0000 |
| commit | a15b5ef458f5265082db59c636ca2c3c4954020f (patch) | |
| tree | bd3fe33afd4358fb3b0b87b35559f11793d5f8c2 /frida_mode/test | |
| parent | 26238516804a45636f8c675d492b048c32b82d31 (diff) | |
| download | afl++-a15b5ef458f5265082db59c636ca2c3c4954020f.tar.gz | |
Changes to fix use of unstable coverage
Diffstat (limited to 'frida_mode/test')
| -rw-r--r-- | frida_mode/test/unstable/GNUmakefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/frida_mode/test/unstable/GNUmakefile b/frida_mode/test/unstable/GNUmakefile index 0ccc5fb1..54bbe662 100644 --- a/frida_mode/test/unstable/GNUmakefile +++ b/frida_mode/test/unstable/GNUmakefile @@ -86,11 +86,23 @@ frida: $(UNSTABLE_BIN) $(UNSTABLE_DATA_FILE) $(UNSTABLE_BIN) @@ frida_coverage: $(UNSTABLE_BIN) $(UNSTABLE_DATA_FILE) - AFL_DEBUG=1 \ AFL_FRIDA_PERSISTENT_ADDR=$(AFL_FRIDA_PERSISTENT_ADDR) \ AFL_FRIDA_OUTPUT_STDOUT=/tmp/stdout.txt \ AFL_FRIDA_OUTPUT_STDERR=/tmp/stderr.txt \ AFL_FRIDA_INST_COVERAGE_FILE=/tmp/coverage.dat \ + $(ROOT)afl-fuzz \ + -D \ + -O \ + -i $(UNSTABLE_DATA_DIR) \ + -o $(FRIDA_OUT) \ + -- \ + $(UNSTABLE_BIN) @@ + +frida_unstable: $(UNSTABLE_BIN) $(UNSTABLE_DATA_FILE) + AFL_DEBUG=1 \ + AFL_FRIDA_PERSISTENT_ADDR=$(AFL_FRIDA_PERSISTENT_ADDR) \ + AFL_FRIDA_OUTPUT_STDOUT=/tmp/stdout.txt \ + AFL_FRIDA_OUTPUT_STDERR=/tmp/stderr.txt \ AFL_FRIDA_INST_UNSTABLE_COVERAGE_FILE=/tmp/unstable.dat \ $(ROOT)afl-fuzz \ -D \ |
