about summary refs log tree commit diff
path: root/include/envs.h
AgeCommit message (Collapse)Author
2024-10-19feat: introduce GCC disable environment variablerapt0r
This change is to disable the GCC plugin version check for GCC plugin and CMPLOG, to overcome the issues with incompatability with expected GCC version and actual GCC version used to compile using `AFL_GCC_DISABLE_VERSION_CHECK` environment variable.
2024-10-16add AFL_OPT_LEVEL supportvanhauser-thc
2024-06-29add AFL_OLD_FORKSERVER featurevanhauser-thc
2024-06-27AFL_CUSTOM_MUTATOR_LATE_SEND addedvanhauser-thc
2024-06-18code format and changelogvanhauser-thc
2024-06-18fast resume optionvanhauser-thc
2024-06-04AFL_NO_SYNCvanhauser-thc
2024-05-15dump ccvanhauser-thc
2024-05-13disable -> no variantsvanhauser-thc
2024-05-12Add `AFL_SHA1_FILENAMES` optionSamuel Moelius
2024-05-02AFL_DISABLE_REDUNDANTvanhauser-thc
2024-03-06Add optional handling of Nyx InvalidWriteToPayload eventChristian Holler (:decoder)
2024-02-08code formatvanhauser-thc
2024-02-04config __afl_cmplog_max_lenvanhauser-thc
2024-01-04changelogvanhauser-thc
2023-12-30finish injection implementationvanhauser-thc
2023-12-27initial simple injection detection supportvanhauser-thc
2023-12-14add AFL_FUZZER_LOOPCOUNTvanhauser-thc
2023-10-23Add an env to afl-clang-fast to disable setting rpath if LLVM path isn'tJesse Schwartzentruber
recognized
2023-10-06add AFL_NO_CFG_FUZZING to env listvanhauser-thc
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-11add AFL_FINAL_SYNCmarc
2023-08-09Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crashvan Hauser
Implement an option for treating crashing seeds as new crash
2023-08-04Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.Jesse Schwartzentruber
2023-08-04update the old nyx env var naming schemeSergej Schumilo
(to have a more consistent naming overall)
2023-08-03make nyx aux buffer size configurableSergej Schumilo
2023-08-02Add option for treating crashing input as new crashJunwha
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-05-10better tritondse supportvanhauser-thc
2023-04-25rename env to AFL_IGNORE_PROBLEMS_COVERAGEvanhauser-thc
2023-04-25add AFL_LLVM_LTO_SKIPINIT to envs.hvanhauser-thc
2023-04-21Merge pull request #2 from AFLplusplus/devMaik Betka
Dev
2023-04-21frida mode: add dynamic loaded code exclusioneleguevel
Add the AFL_FRIDA_INST_NO_DYNAMIC_LOAD environment variable and its associated JS function setInstrumentNoDynamicLoad to prevent the instrumentation of late dynamic loaded code. Resolve #1708
2023-04-21Merge remote-tracking branch 'origin/dev' into atnwalkMaik Betka
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c
2023-04-17fixed code clones in atnwalk.c, introduced new environment variable ↵Maik Betka
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
2023-03-05Fixed according to PR comment, moved cli flag to an env variableAmit Elkabetz
2023-02-21Merge pull request #1651 from AFLplusplus/devvan Hauser
Dev
2023-02-15debug outputvanhauser-thc
2023-02-13AFL_LLVM_DICT2FILE_NO_MAIN supportvanhauser-thc
2023-01-31Add support for disabling branch suppressionYour
2023-01-18ignore timeout env optionvanhauser-thc
2022-12-12add cmplog envsvanhauser-thc
2022-10-30add envvanhauser-thc
2022-10-24changelog updatevanhauser-thc
2022-10-21Add AFL_FORK_SERVER_KILL_SIGNAL environment variable.Nils Bars
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal used to kill the fork server on termination.
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-08-09add env varvanhauser-thc
2022-08-04Changes to add option for absolute coverage dataYour Name
2022-07-29Added framework for logging register contents at the end of each basic blockYour Name
2022-06-17formattingRuben ten Hove
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove