Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-20 | doc: add description for AFL_GCC_DISABLE_VERSION_CHECK | rapt0r | |
2024-10-16 | changelog | vanhauser-thc | |
2024-10-16 | add AFL_OPT_LEVEL support | vanhauser-thc | |
2024-10-14 | update how AFL_EXIT_WHEN_DONE and colors of cycles done are working | vanhauser-thc | |
2024-09-09 | Update env_variables.md | Chi-Feng Tsai | |
2024-06-29 | add AFL_OLD_FORKSERVER feature | vanhauser-thc | |
2024-06-27 | AFL_CUSTOM_MUTATOR_LATE_SEND added | vanhauser-thc | |
2024-06-18 | fast resume option | vanhauser-thc | |
2024-06-04 | AFL_NO_SYNC | vanhauser-thc | |
2024-05-12 | Add `AFL_SHA1_FILENAMES` option | Samuel Moelius | |
2024-05-02 | AFL_DISABLE_REDUNDANT | vanhauser-thc | |
2024-02-03 | add lto caller instrumentation | vanhauser-thc | |
2023-12-27 | inject docs | vanhauser-thc | |
2023-10-23 | Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't | Jesse Schwartzentruber | |
recognized | |||
2023-08-23 | AFL_IGNORE_SEED_PROBLEMS | vanhauser-thc | |
2023-08-11 | add AFL_FINAL_SYNC | marc | |
2023-08-02 | Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to doc | Junwha | |
Signed-off-by: Junwha <qbit@unist.ac.kr> | |||
2023-07-28 | doc fix | vanhauser-thc | |
2023-05-16 | add missing envs in the docs | vanhauser-thc | |
2023-04-25 | rename env to AFL_IGNORE_PROBLEMS_COVERAGE | vanhauser-thc | |
2023-04-24 | document new env var | Keno Hassler | |
2023-04-21 | frida mode: add dynamic loaded code exclusion | eleguevel | |
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-02 | allow pizza mode to be disabled | vanhauser-thc | |
2023-03-05 | Fixed according to PR comment, moved cli flag to an env variable | Amit Elkabetz | |
2023-02-21 | Merge pull request #1651 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-02-20 | clarify AFL_NO_STARTUP_CALIBRATION | vanhauser-thc | |
2023-02-15 | debug output | vanhauser-thc | |
2023-02-13 | AFL_LLVM_DICT2FILE_NO_MAIN support | vanhauser-thc | |
2023-01-18 | ignore timeout env option | vanhauser-thc | |
2022-11-18 | Make env description extra clear | Dominik Maier | |
2022-10-24 | AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity | Nils Bars | |
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value. | |||
2022-10-21 | Add 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-10 | Fix typos in docs | tocic | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-11 | Fix formatting, punctuation, and typos | llzmb | |
2022-07-04 | cmplog support for gcc_plugin by adacore | vanhauser-thc | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-06-14 | typo | hexcoder | |
2022-05-27 | Add 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-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-02-26 | Clarify 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-10 | typo | hexcoder | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | vanhauser-thc | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2022-01-20 | Fix line length | llzmb | |
2022-01-03 | add missing gcc env vars | hexcoder | |
2021-12-30 | Fix 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-15 | Fix env var typo | CityOfLight77 | |
`AFL_MAX_EXRAS` -> `AFL_MAX_EXTRAS` |