mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
support AFL_LLVM_INSTRUMENT env for our own PCGUARD
This commit is contained in:
@ -2497,7 +2497,8 @@ void check_binary(afl_state_t *afl, u8 *fname) {
|
||||
|
||||
}
|
||||
|
||||
if (afl->afl_env.afl_skip_bin_check || afl->use_wine || afl->unicorn_mode || afl->non_instrumented_mode) {
|
||||
if (afl->afl_env.afl_skip_bin_check || afl->use_wine || afl->unicorn_mode ||
|
||||
afl->non_instrumented_mode) {
|
||||
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user