about summary refs log tree commit diff
path: root/docs/env_variables.md
AgeCommit message (Collapse)Author
2024-02-03add lto caller instrumentationvanhauser-thc
2023-12-27inject docsvanhauser-thc
2023-10-23Add an env to afl-clang-fast to disable setting rpath if LLVM path isn'tJesse Schwartzentruber
recognized
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-11add AFL_FINAL_SYNCmarc
2023-08-02Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to docJunwha
Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-07-28doc fixvanhauser-thc
2023-05-16add missing envs in the docsvanhauser-thc
2023-04-25rename env to AFL_IGNORE_PROBLEMS_COVERAGEvanhauser-thc
2023-04-24document new env varKeno Hassler
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-02allow pizza mode to be disabledvanhauser-thc
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-20clarify AFL_NO_STARTUP_CALIBRATIONvanhauser-thc
2023-02-15debug outputvanhauser-thc
2023-02-13AFL_LLVM_DICT2FILE_NO_MAIN supportvanhauser-thc
2023-01-18ignore timeout env optionvanhauser-thc
2022-11-18Make env description extra clearDominik Maier
2022-10-24AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblityNils Bars
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value.
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-09-10Fix typos in docstocic
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-07-11Fix formatting, punctuation, and typosllzmb
2022-07-04cmplog support for gcc_plugin by adacorevanhauser-thc
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-06-14typohexcoder
2022-05-27Add AFL_SYNC_TIME variable for synchronization time tuning (#1425)Daniil Kuts
* Add AFL_SYNC_TIME variable for synchronization time tuning * Documentation for AFL_SYNC_TIME variable
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-03fix pizza modevanhauser-thc
2022-02-26Clarify in docs that AFL_TARGET_ENV will apply to QEMU in QEMU mode, and ↵Adam Doupe
note that QEMU_SET_ENV should be used instead in QEMU mode. Closes #1328
2022-02-10typohexcoder
2022-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc
2022-02-08reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRVvanhauser-thc
2022-02-05change -y to -g/-G and add env var alternativesvanhauser-thc
2022-01-20Fix line lengthllzmb
2022-01-03add missing gcc env varshexcoder
2021-12-30Fix LeakSanitizer Usage.Joshua Rogers
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed.
2021-12-15Fix env var typoCityOfLight77
`AFL_MAX_EXRAS` -> `AFL_MAX_EXTRAS`
2021-12-05Fix various missed issues - 1st runllzmb
2021-12-05Fix broken links - 1st runllzmb
2021-12-04Fix punctuation in connection with "with"llzmb
2021-12-04Fix punctuation in connection with "by default"llzmb
2021-12-04Fix line length and formattingllzmb
2021-12-02Fix punctuation in connection with "e.g."llzmb
2021-12-02Change "AFL" to "AFL++"llzmb
2021-12-02Change the word "env var" to "environment variable"llzmb
2021-12-02Change the word "behaviour" (BE) to "behavior" (AE)llzmb
2021-12-02Remove the word "please"llzmb
2021-12-02Remove the word "simply"llzmb