mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
no binary checking in noninstrumented mode
This commit is contained in:
parent
81493e4fe1
commit
bd313d4039
@ -1338,11 +1338,11 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (!afl->fsrv.qemu_mode) { check_binary(afl, afl->cmplog_binary); }
|
||||
if (!afl->fsrv.qemu_mode && !afl->non_instrumented_mode) { check_binary(afl, afl->cmplog_binary); }
|
||||
|
||||
}
|
||||
|
||||
check_binary(afl, argv[optind]);
|
||||
if (afl->non_instrumented_mode) check_binary(afl, argv[optind]);
|
||||
|
||||
if (afl->shmem_testcase_mode) { setup_testcase_shmem(afl); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user