Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Merge pull request #802 from MarcoFalke/patch-1 | van Hauser | |
doc: Clarify memory limits in Readme | |||
2021-03-10 | doc: Clarify memory limits in Readme | MarcoFalke | |
2021-03-10 | Merge pull request #800 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-03-10 | fix auto map discovery | vanhauser-thc | |
2021-03-10 | fix man path | vanhauser-thc | |
2021-03-10 | cmplog finetuning | vanhauser-thc | |
2021-03-10 | Merge pull request #786 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2021-03-10 | brackets make dominik happy | vanhauser-thc | |
2021-03-10 | Merge pull request #790 from rchildre3/qemu-deps | van Hauser | |
Remove QEMU dependency checks | |||
2021-03-10 | gsoc2021 clarification | vanhauser-thc | |
2021-03-10 | Remove QEMU dependency checks | R. Elliott Childre | |
Most of these packages (bison, flex, pixman (in non-system mode)) are no longer dependencies of QEMU and regardless, QEMU's build system is quite capable of finding dependencies by itself and will error out accordingly. This prevents having to further change this code as QEMU's dependencies inevitably change. | |||
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-10 | correct debug | vanhauser-thc | |
2021-03-10 | fix | vanhauser-thc | |
2021-03-10 | rt debug | vanhauser-thc | |
2021-03-10 | cmplog rtn rt fix | vanhauser-thc | |
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-10 | tiny typo fixed | Dominik Maier | |
2021-03-10 | add version dependency | hexcoder | |
2021-03-09 | mention added support for gcc_plugin mode | hexcoder | |
2021-03-09 | typos, small additions | hexcoder | |
2021-03-09 | typos, rewording | hexcoder | |
2021-03-09 | typo | hexcoder | |
2021-03-09 | formatting and RedQueen reference added | hexcoder | |
2021-03-09 | Merge pull request #787 from devnexen/mac_m1_thr_priority | van Hauser | |
setting general schedule priority for performance on Mac. | |||
2021-03-09 | md formatting | hexcoder | |
2021-03-09 | setting general schedule priority for performance on Mac. | David CARLIER | |
2021-03-09 | Merge pull request #789 from wyattearp/dev | van Hauser | |
documentation correction & formatting | |||
2021-03-09 | better CROSS detection | Andrea Fioraldi | |
2021-03-09 | better CROSS detection | Andrea Fioraldi | |
2021-03-09 | better CROSS detection | Andrea Fioraldi | |
2021-03-09 | relsolving merge | Wyatt Neal | |
2021-03-09 | documentation correction & formatting | Wyatt 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-09 | documentation correction & formatting | Wyatt 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-09 | fix ctx-1 | vanhauser-thc | |
2021-03-09 | Merge pull request #785 from MarcoFalke/patch-1 | van Hauser | |
doc: Add lld to required dependencies | |||
2021-03-09 | fix compiler rt on -c | vanhauser-thc | |
2021-03-09 | doc: Add lld to required dependencies | MarcoFalke | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-09 | fix sanitizer settings | vanhauser-thc | |
2021-03-08 | remove duplicate | vanhauser-thc | |
2021-03-08 | update changelog | vanhauser-thc | |
2021-03-08 | more system speed in afl-system-config | vanhauser-thc | |
2021-03-08 | fix handling of test case file names with spaces | hexcoder- | |
2021-03-08 | Merge pull request #779 from AFLplusplus/top-k-ctx | Andrea Fioraldi | |
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic | |||
2021-03-06 | Merge pull request #778 from AFLplusplus/dev | van Hauser | |
This fixes 3 different crash issues | |||
2021-03-06 | fix for asan compile rt | vanhauser-thc | |
2021-03-05 | we do not support 80 + 128 bit FP in laf | vanhauser-thc | |
2021-03-05 | rust mutator changes added to changelog | Dominik Maier | |
2021-03-05 | Ergonomic 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 |