about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-03-09typohexcoder
2021-03-09formatting and RedQueen reference addedhexcoder
2021-03-09Merge pull request #787 from devnexen/mac_m1_thr_priorityvan Hauser
setting general schedule priority for performance on Mac.
2021-03-09md formattinghexcoder
2021-03-09setting general schedule priority for performance on Mac.David CARLIER
2021-03-09Merge pull request #789 from wyattearp/devvan Hauser
documentation correction & formatting
2021-03-09better CROSS detectionAndrea Fioraldi
2021-03-09better CROSS detectionAndrea Fioraldi
2021-03-09better CROSS detectionAndrea Fioraldi
2021-03-09relsolving mergeWyatt Neal
2021-03-09documentation correction & formattingWyatt Neal
* fixed up manual define for `__AFL_LOOP()` * added the code language formaters to the various blocks * fixed a couple of missing backticks
2021-03-09documentation correction & formattingWyatt Neal
* fixed up manual define for `__AFL_LOOP()` * added the code language formaters to the various blocks * fixed a couple of missing backticks
2021-03-09fix ctx-1vanhauser-thc
2021-03-09Merge pull request #785 from MarcoFalke/patch-1van Hauser
doc: Add lld to required dependencies
2021-03-09fix compiler rt on -cvanhauser-thc
2021-03-09doc: Add lld to required dependenciesMarcoFalke
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-09fix sanitizer settingsvanhauser-thc
2021-03-08remove duplicatevanhauser-thc
2021-03-08update changelogvanhauser-thc
2021-03-08more system speed in afl-system-configvanhauser-thc
2021-03-08fix handling of test case file names with spaceshexcoder-
2021-03-08Merge pull request #779 from AFLplusplus/top-k-ctxAndrea Fioraldi
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-07documentation for AFL_PERSISTENT_RECORDvanhauser-thc
2021-03-06fixesvanhauser-thc
2021-03-06fixesvanhauser-thc
2021-03-06fixvanhauser-thc
2021-03-06complete implemenation, still no testvanhauser-thc
2021-03-06Merge pull request #778 from AFLplusplus/devvan Hauser
This fixes 3 different crash issues
2021-03-06implementation without testingvanhauser-thc
2021-03-06fix for asan compile rtvanhauser-thc
2021-03-05we do not support 80 + 128 bit FP in lafvanhauser-thc
2021-03-05rust mutator changes added to changelogDominik Maier
2021-03-05Ergonomic Improvements for Rust Custom Mutators (#772)julihoh
* allow returning of str instead of CStr in rust custom mutator * use OsStr instead of CStr for file paths * fix cfg and compiler errors * custom mutator default descriptions * fix usage of afl_internal feature flag * fix example mutator cfg * fix lain mutator * Revert "fix lain mutator" This reverts commit adf700180888d86e8331939cea62d0b39fc699a7. * actually fix lain mutator * resolve question around utf-8 null bytes * change from OsStr to Path to be even more ergonomic * add rust custom mutator ci * fix github action * again * separate compilation check
2021-03-05fixvanhauser-thc
2021-03-05fixvanhauser-thc
2021-03-05reduce github action minutesvanhauser-thc
2021-03-05typoshexcoder
2021-03-05typohexcoder
2021-03-05fix typos and formatAndrea Fioraldi
2021-03-05remove warningsvanhauser-thc
2021-03-05no static for rt initialized markersvanhauser-thc
2021-03-05point explicitly to AFL_MAP_SIZE on problemsvanhauser-thc
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc
2021-03-04NO_ARCH_OPT was removed due many issuesvanhauser-thc
2021-03-04afl-cc code for k-ctxAndrea Fioraldi
2021-03-04fix kctx compilation hangAndrea Fioraldi
2021-03-04no ASAN odr violations by defaultvanhauser-thc
2021-03-04vectorial top-k CTX first implementationAndrea Fioraldi