unicorn mode may run scripts

This commit is contained in:
Dominik Maier 2020-05-14 22:25:50 +02:00
parent 3f621c8ed4
commit 65f9553365

View File

@ -1996,7 +1996,7 @@ void check_binary(afl_state_t *afl, u8 *fname) {
} }
if (afl->afl_env.afl_skip_bin_check || afl->use_wine) { return; } if (afl->afl_env.afl_skip_bin_check || afl->use_wine || afl->unicorn_mode) { return; }
/* Check for blatant user errors. */ /* Check for blatant user errors. */