diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-14 17:21:43 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-14 17:21:43 +0100 |
commit | 40e10895a2b7b69425ee03b2ec6e478184120ee2 (patch) | |
tree | 9a8a477cc67d3f1e8609b8fdbfe1e62836d8f9a6 /src/afl-fuzz.c | |
parent | e750a5c856486bb89401f3555ca529bf743146f4 (diff) | |
download | afl++-40e10895a2b7b69425ee03b2ec6e478184120ee2.tar.gz |
now really fix -n
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 6b19d648..39af1e18 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1358,7 +1358,7 @@ int main(int argc, char **argv_orig, char **envp) { } - if (!afl->non_instrumented_mode) check_binary(afl, argv[optind]); + check_binary(afl, argv[optind]); if (afl->shmem_testcase_mode) { setup_testcase_shmem(afl); } |