about summary refs log tree commit diff
path: root/docs/env_variables.md
AgeCommit message (Collapse)Author
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
2021-11-30Merge pull request #1187 from WorksButNotTested/fridavan Hauser
Frida
2021-11-29Merge branch 'dev' into docs_cleanup_folder_2llzmb
2021-11-29Update docsYour Name
2021-11-26Fix typosllzmb
2021-11-25Change "AFL" to "AFL++" in "README.llvm.md", fix referencesllzmb
2021-11-22Merge ctx and ngram into llvm, fix referencesllzmb
2021-11-21Clean up docs folderllzmb
2021-11-09Edit list of environment variablesllzmb
2021-11-06Edit list of environment variablesllzmb
2021-11-04update for new sanitizer supportvanhauser-thc
2021-10-30Fix line breaksllzmb
2021-10-30Edit list of environment variablesllzmb
2021-10-10Fix document paths.Kuang-che Wu
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-08-09Clean up references to notes_for_asan.mdllzmb
2021-08-08Change afl to AFL in *.md (#1057)llzmb
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs
2021-07-21Fix typos (#1037)Max Kunzelmann
2021-06-10fix AFL_CAL_FASTvanhauser-thc