diff options
author | marc <marc@marc.srlabs.de> | 2023-08-11 11:22:18 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-11 11:22:18 +0200 |
commit | 8823f22a9c87123c1bfcc5bff10044de4c7a4a1f (patch) | |
tree | 58b8b723b333aa0cf10a9d9c7597331ba30ad481 /include/envs.h | |
parent | 1cd9258768253e082baa1cc453c578b373839dbc (diff) | |
download | afl++-8823f22a9c87123c1bfcc5bff10044de4c7a4a1f.tar.gz |
add AFL_FINAL_SYNC
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 0007d5a8..3f5a9e1c 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,6 +59,7 @@ static char *afl_environment_variables[] = { "AFL_EXIT_ON_TIME", "AFL_EXIT_ON_SEED_ISSUES", "AFL_FAST_CAL", + "AFL_FINAL_SYNC", "AFL_FORCE_UI", "AFL_FRIDA_DEBUG_MAPS", "AFL_FRIDA_DRIVER_NO_HOOK", |