about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2022-08-15get map size from binaries within afl-cmin*vanhauser-thc
2022-08-14better handling of -fsanitize=..,...,.. listsvanhauser-thc
2022-08-14add build reportvanhauser-thc
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-08-084.03avanhauser-thc
2022-08-084.02cvanhauser-thc
2022-08-06code formatvanhauser-thc
2022-08-03fix pcguard vector select instrumentationvanhauser-thc
2022-07-25fixvanhauser-thc
2022-07-25update compile optionsvanhauser-thc
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>