Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | update multicore recommendation | vanhauser-thc | |
2023-08-29 | update docs | vanhauser-thc | |
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-13 | AFL_LLVM_DICT2FILE_NO_MAIN support | vanhauser-thc | |
2022-11-21 | shorten text | vanhauser-thc | |
2022-11-21 | casr-afl short description in fuzzing_in_depth. | fedotoff | |
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-06-27 | nits | vanhauser-thc | |
2022-06-18 | fully qualified names | Ruben ten Hove | |
2022-06-18 | add stable tag to docs | Ruben ten Hove | |
2022-04-08 | link https://github.com/fuzzah/exeptor | vanhauser-thc | |
2022-04-08 | update fuzzing in depth | vanhauser-thc | |
2022-03-19 | Merge pull request #1355 from rwmjones/document-linker-scripts | van Hauser | |
docs: Document linker scripts change required in some projects | |||
2022-03-18 | docs: Document linker scripts change required in some projects | Richard W.M. Jones | |
AFL instrumentation modifies the binary to export extra symbols which must be visible if the main binary dlopen()s an instrumented DLL. This change was required by nbdkit since it uses a linker script to limit the symbols exported from the main binary: https://gitlab.com/nbdkit/nbdkit/-/commit/355cacb812126f5e37a2468f6939821b15017373 Signed-off-by: Richard W.M. Jones <rjones@redhat.com> | |||
2022-03-01 | Update fuzzing_in_depth.md | martinclauss | |
add libdesock as an additional way to ease the fuzzing for network servers (#1341) | |||
2022-01-20 | Fix punctuation, formatting, and line length | llzmb | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Proofreading | hexcoder | |
2022-01-03 | Fix typo. | Joshua Rogers | |
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-29 | add power schedule info | vanhauser-thc | |
2021-12-26 | doc review | vanhauser-thc | |
2021-12-12 | Fix formatting and spelling | llzmb | |
2021-12-12 | Fix formatting and spelling | llzmb | |
2021-12-12 | Fix formatting and references | llzmb | |
2021-12-09 | typo | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-05 | Fix usage and punctuation in connection with "then" and "than" | llzmb | |
2021-12-05 | Fix broken links - 1st run | llzmb | |
2021-12-04 | Add missing blank lines and remove double blank lines | 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-04 | Fix punctuation in connection with "etc." | llzmb | |
2021-12-02 | Fix typos - 1st run | llzmb | |
2021-12-02 | Change "eg" to "e.g." and fix punctuation | llzmb | |
2021-12-02 | Fix punctuation in connection with "e.g." | llzmb | |
2021-12-02 | Fix punctuation in connection with "however" | llzmb | |
2021-12-02 | Remove the word "we" | llzmb | |
2021-12-02 | Change "AFL" to "AFL++" | 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-26 | Merge "ci_fuzzing.md" into "fuzzing_in_depth.md" | llzmb | |
2021-11-25 | Fix typo (#1183) | llzmb | |
2021-11-24 | Merge "perf_tips.md" into "best_practices.md" and "fuzzing_in_depth.md" | llzmb | |
2021-11-24 | Edit "fuzzing_in_depth.md" | llzmb | |