Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-11-30 | Merge pull request #1187 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-11-29 | Merge branch 'dev' into docs_cleanup_folder_2 | llzmb | |
2021-11-29 | Update docs | Your Name | |
2021-11-26 | Fix typos | llzmb | |
2021-11-25 | Change "AFL" to "AFL++" in "README.llvm.md", fix references | llzmb | |
2021-11-22 | Merge ctx and ngram into llvm, fix references | llzmb | |
2021-11-21 | Clean up docs folder | llzmb | |
2021-11-09 | Edit list of environment variables | llzmb | |
2021-11-06 | Edit list of environment variables | llzmb | |
2021-11-04 | update for new sanitizer support | vanhauser-thc | |
2021-10-30 | Fix line breaks | llzmb | |
2021-10-30 | Edit list of environment variables | llzmb | |
2021-10-10 | Fix document paths. | Kuang-che Wu | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-08-09 | Clean up references to notes_for_asan.md | llzmb | |
2021-08-08 | Change 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-21 | Fix typos (#1037) | Max Kunzelmann | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |