now really fix -n

This commit is contained in:
hexcoder-
2020-11-14 17:21:43 +01:00
parent e750a5c856
commit 40e10895a2
3 changed files with 19 additions and 10 deletions

View File

@ -2497,7 +2497,7 @@ void check_binary(afl_state_t *afl, u8 *fname) {
}
if (afl->afl_env.afl_skip_bin_check || afl->use_wine || afl->unicorn_mode) {
if (afl->afl_env.afl_skip_bin_check || afl->use_wine || afl->unicorn_mode || afl->non_instrumented_mode) {
return;