Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-19 | fix custom mutator examples | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2022-07-11 | nit | vanhauser-thc | |
2022-07-11 | Fix formatting, punctuation, and typos | llzmb | |
2022-07-07 | Merge pull request #1468 from waugustus/add-missing-dependencies | van Hauser | |
add missing dependencies for "make source-only" | |||
2022-07-07 | move the apt call | Augustus | |
2022-07-07 | add missing dependencies for "make source-only" | Augustus | |
2022-07-04 | cmplog support for gcc_plugin by adacore | vanhauser-thc | |
2022-06-27 | prepare release | vanhauser-thc | |
2022-06-27 | nits | vanhauser-thc | |
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-06-18 | update docs | vanhauser-thc | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-06-14 | typos | hexcoder | |
2022-06-14 | typo | hexcoder | |
2022-06-12 | update changelog | vanhauser-thc | |
2022-05-31 | remove optimin | vanhauser-thc | |
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-05-23 | update changelog | vanhauser-thc | |
2022-05-10 | update changelog | vanhauser-thc | |
2022-05-03 | pcguard fix for most current llvm 15 changes | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-25 | add changelog | vanhauser-thc | |
2022-04-14 | update llvm version in INSTALL.md | yuawn | |
2022-04-08 | link https://github.com/fuzzah/exeptor | vanhauser-thc | |
2022-04-08 | update fuzzing in depth | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-06 | Typo | hexcoder | |
2022-04-06 | added NO_NYX flag to docs and help message | Michael Rodler | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-03-23 | Merge pull request #1363 from clchrlls/stable | van Hauser | |
fix installation packages commands for debian 10 | |||
2022-03-23 | put back the title of the page deleted by mistake | clchrlls | |
2022-03-23 | reverted to simply changing gcc version retrieval | clchrlls | |
2022-03-23 | Not sure the fix is needed only for debian 10 | clchrlls | |
2022-03-23 | missing column | clchrlls | |
2022-03-23 | fix installation packages for debian 10 | clchrlls | |
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-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-18 | our own PCGUARD mode not for llvm 10.0.1 | vanhauser-thc | |
2022-03-18 | fix split pass loading | vanhauser-thc | |
2022-03-17 | forgot one pass | vanhauser-thc | |
2022-03-01 | allow for -c0 also for src targets | vanhauser-thc | |
2022-03-01 | Merge pull request #1342 from martinclauss/patch-1 | van Hauser | |
Update fuzzing_in_depth.md | |||
2022-03-01 | Update fuzzing_in_depth.md | martinclauss | |
add libdesock as an additional way to ease the fuzzing for network servers (#1341) | |||
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 | |