about summary refs log tree commit diff
path: root/docs/env_variables.md
AgeCommit message (Collapse)Author
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
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add documentation for AFL_LLVM_THREADSAFE_INSThexcoder-
2021-05-25Typo/wordinghexcoder
2021-05-25add AFL_TRY_AFFINITYvanhauser-thc
2021-05-25AFL_SKIP_CRASHES is obsolete since 3.0vanhauser-thc
2021-05-22turn off map size detection if skip_bin_check is setvanhauser-thc
2021-05-17more documentation for AFL_EXIT_ON_TIMEDominik Maier
2021-05-17AFL_PRINT_FILENAMES addedDominik Maier
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-04-16fix nitsvanhauser-thc
2021-04-13add AFL_EXIT_ON_SEED_ISSUESvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-25remove InsTrimvanhauser-thc
2021-03-24changelog infovanhauser-thc
2021-03-24Merge branch 'replay' into tmpvan Hauser