diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-04-30 09:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 10:28:20 +0200 |
| commit | 765f3e5169dc0b69c806b2b10a29250fa162ada7 (patch) | |
| tree | 588214eb3a979ab40b9c420b114096efd3aee3e9 /frida_mode/test/exe | |
| parent | c9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf (diff) | |
| download | afl++-765f3e5169dc0b69c806b2b10a29250fa162ada7.tar.gz | |
Added representative fuzzbench test and test for libxml (#893)
* Added representative fuzzbench test and test for libxml * Added support for building FRIDA from source with FRIDA_SOURCE=1 Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/test/exe')
| -rw-r--r-- | frida_mode/test/exe/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/exe/GNUmakefile b/frida_mode/test/exe/GNUmakefile index 7719ad2b..c543cca8 100644 --- a/frida_mode/test/exe/GNUmakefile +++ b/frida_mode/test/exe/GNUmakefile @@ -40,7 +40,7 @@ qemu: $(TESTINSTBIN) $(TESTINSTR_DATA_FILE) -- \ $(TESTINSTBIN) @@ -frida: $(FRIDA_TRACE) $(TESTINSTBIN) $(TESTINSTR_DATA_FILE) +frida: $(TESTINSTBIN) $(TESTINSTR_DATA_FILE) $(ROOT)afl-fuzz \ -D \ -O \ |
