about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2022-07-19fix custom mutator examplesvanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-07-11nitvanhauser-thc
2022-07-11Fix formatting, punctuation, and typosllzmb
2022-07-07Merge pull request #1468 from waugustus/add-missing-dependenciesvan Hauser
add missing dependencies for "make source-only"
2022-07-07move the apt callAugustus
2022-07-07add missing dependencies for "make source-only"Augustus
2022-07-04cmplog support for gcc_plugin by adacorevanhauser-thc
2022-06-27prepare releasevanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-18fully qualified namesRuben ten Hove
2022-06-18add stable tag to docsRuben ten Hove
2022-06-18update docsvanhauser-thc
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-06-14typoshexcoder
2022-06-14typohexcoder
2022-06-12update changelogvanhauser-thc
2022-05-31remove optiminvanhauser-thc
2022-05-27Add 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-23update changelogvanhauser-thc
2022-05-10update changelogvanhauser-thc
2022-05-03pcguard fix for most current llvm 15 changesvanhauser-thc
2022-05-02fix token usage in normal and MOpt modevanhauser-thc
2022-04-25add changelogvanhauser-thc
2022-04-14update llvm version in INSTALL.mdyuawn
2022-04-08link https://github.com/fuzzah/exeptorvanhauser-thc
2022-04-08update fuzzing in depthvanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-06Typohexcoder
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-04-03fix pizza modevanhauser-thc
2022-03-23Merge pull request #1363 from clchrlls/stablevan Hauser
fix installation packages commands for debian 10
2022-03-23put back the title of the page deleted by mistakeclchrlls
2022-03-23reverted to simply changing gcc version retrievalclchrlls
2022-03-23Not sure the fix is needed only for debian 10clchrlls
2022-03-23missing columnclchrlls
2022-03-23fix installation packages for debian 10clchrlls
2022-03-19Merge pull request #1355 from rwmjones/document-linker-scriptsvan Hauser
docs: Document linker scripts change required in some projects
2022-03-18docs: Document linker scripts change required in some projectsRichard 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-18fix LTO with cmplog and lafvanhauser-thc
2022-03-18our own PCGUARD mode not for llvm 10.0.1vanhauser-thc
2022-03-18fix split pass loadingvanhauser-thc
2022-03-17forgot one passvanhauser-thc
2022-03-01allow for -c0 also for src targetsvanhauser-thc
2022-03-01Merge pull request #1342 from martinclauss/patch-1van Hauser
Update fuzzing_in_depth.md
2022-03-01Update fuzzing_in_depth.mdmartinclauss
add libdesock as an additional way to ease the fuzzing for network servers (#1341)
2022-02-26Clarify 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-10typohexcoder
2022-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc