about summary refs log tree commit diff
path: root/docs/env_variables.md
AgeCommit message (Collapse)Author
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
2021-03-23fixed tiny nitpicksDominik Maier
2021-03-22add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES docJoshua Pereyda
2021-03-20add AFL_TARGET_ENV to afl-fuzzfuzzah
2021-03-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-07documentation for AFL_PERSISTENT_RECORDvanhauser-thc
2021-02-15doc updatesvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-11typohexcoder
2021-02-10dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFLAndrea Fioraldi
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-22Add better doc for AFL_STATSD_TAGS_FLAVOREdznux
2021-01-21fix docsvan Hauser
2021-01-07cleaned up AFL_KILL_SIGNALDominik Maier
2020-12-22better gcc and clang support for afl-ccvan Hauser
2020-12-20document AFL_LLVM_INSTRUMENT option NATIVEvan Hauser
2020-12-18apply nocolor changeshexcoder-
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-18typos and wordinghexcoder
2020-11-18more info about child_debugDominik Maier
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18brought back missing env varsDominik Maier
2020-10-30review, mark env variables, linkifyhexcoder-
2020-10-14add documentationvan Hauser
2020-10-11Add documentation for StatsDEdznux
2020-09-05final changes for pre-3.0vanhauser-thc
2020-08-31fix docsvan Hauser