Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | Fix read on undefined char*. | Edznux | |
2020-10-07 | Remove statsd_socket_init, just let it init when doing the first iteration | Edznux | |
2020-10-06 | Fixed segfault because wrong order in args | Edznux | |
2020-10-06 | [WIP: segfault on non dogstatsd] Adding MACROS for format | Edznux | |
2020-10-06 | hunting ref underflow | Dominik Maier | |
2020-10-06 | fixed ref check | Dominik Maier | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-10-05 | fixed gcc 10 warning | Dominik Maier | |
2020-10-05 | Fix code format | Edznux | |
2020-10-05 | Refactor global var into afl_state_t struct | Edznux | |
2020-10-05 | Correctly handle env var. | Edznux | |
2020-10-05 | Add help for AFL_STATSD_HOST & | Edznux | |
AFL_STATSD_PORT env var | |||
2020-10-04 | changed the default schedule to coe | van Hauser | |
2020-10-04 | Code format | Edznux | |
2020-10-04 | Merge remote-tracking branch 'origin/dev' into statsd_implem | Edznux | |
2020-10-04 | Mention tags format in macro's name | Edznux | |
2020-10-04 | Refactor | Edznux | |
2020-10-04 | Define config, change parent func to show_stats | Edznux | |
2020-10-04 | Adds other metrics | Edznux | |
2020-10-03 | Add config ifdef | Edznux | |
2020-10-01 | Rewrote format metric to be simpler/more static | Edznux | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-09-28 | increase havoc_stack_pow2 on no finds | van Hauser | |
2020-09-25 | WIP envs | Edznux | |
2020-09-25 | improving on splice candidate check patch | van Hauser | |
2020-09-24 | Add comments | Vitalii Akolzin | |
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru> | |||
2020-09-24 | Fix potential endless loop in custom_mutator_stage | Vitalii Akolzin | |
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru> | |||
2020-09-22 | fix warning | van Hauser | |
2020-09-20 | set explore as default, fix schedule display | van Hauser | |
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser | |
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser | |
2020-09-18 | fix expand havoc | van Hauser | |
2020-09-18 | portability: type -> command -v, compiler warnings | hexcoder- | |
2020-09-17 | WIP. basic state working: submitting statsd metrics (path, crashes, hangs) | Edznux | |
2020-09-13 | fixed ngram size unset | Dominik Maier | |
2020-09-13 | wine argv fix | Dominik Maier | |
2020-09-13 | Fix qemu argv construction (#555) | Choongwoo Han | |
2020-09-10 | add libfuzzer custom mutator, minor enhancements and fixes | van Hauser | |
2020-09-08 | code-format | van Hauser | |
2020-09-08 | update instrumenation/README.instrument_file.md for gcc_plugin | van Hauser | |
2020-09-08 | new gcc_plugin integration | van Hauser | |
2020-09-08 | rewrite gcc plugin | Alexandre Oliva | |
When we started using AFL, it did not have an integrated GCC plugin. There was one proposed by Austin Seipp, but for various reasons we ended up using some of its infrastructure (runtime and wrapper), but writing the GCC plugin proper from scratch. With AFL++'s renewed interest in a GCC plugin, we rebased ours, with some features that are or were missing in the one that was integrated: * efficient, fully-functional inline and out-of-line instrumentation Inline instrumentation was work in progress in the original plugin. Controlled by AFL_GCC_OUT_OF_LINE. * reproducible instrumentation Obey -frandom-seed for pseudorandom number generation. * licensing clarity and strict compliance GPLv3+ for the plugin, that uses GCC internals; add a copy of the license, as required. * allow/deny list support Copied and adjusted from the LLVM plugin implementation. * neverZero support Not as compact as the asm-wrapper version, but likely more efficient. Both are quite thread-unsafe, with different caveats. Controlled with AFL_GCC_SKIP_NEVERZERO. | |||
2020-09-08 | set correct error code when -V | van Hauser | |
2020-09-07 | bugfix for fixed seeds | van Hauser | |
2020-09-06 | update ideas | van Hauser | |
2020-09-06 | fix various warnings | aflpp | |
2020-09-05 | -p seek is now the default | van Hauser | |
2020-09-05 | skip crashes but keep for splices | van Hauser | |