Age | Commit message (Collapse) | Author | |
---|---|---|---|
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` | |||
2021-12-05 | Fix various missed issues - 1st run | llzmb | |
2021-12-05 | Fix broken links - 1st run | llzmb | |
2021-12-04 | Fix punctuation in connection with "with" | llzmb | |
2021-12-04 | Fix punctuation in connection with "by default" | llzmb | |
2021-12-04 | Fix line length and formatting | llzmb | |
2021-12-02 | Fix punctuation in connection with "e.g." | llzmb | |
2021-12-02 | Change "AFL" to "AFL++" | llzmb | |
2021-12-02 | Change the word "env var" to "environment variable" | llzmb | |
2021-12-02 | Change the word "behaviour" (BE) to "behavior" (AE) | llzmb | |
2021-12-02 | Remove the word "please" | llzmb | |
2021-12-02 | Remove the word "simply" | llzmb | |