Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-28 | BSD: how to avoid core dumps | heiko | |
2021-02-27 | fix %ld in hooks.c | Andrea Fioraldi | |
2021-02-27 | libqasan: read and write hooks | Andrea Fioraldi | |
2021-02-27 | fix qasan search path | vanhauser-thc | |
2021-02-27 | disable the generation of core files in DragonFly BSD | hexcoder- | |
2021-02-27 | reworked unicornafl documentation | Dominik Maier | |
2021-02-27 | fixed rust bindings placement | Dominik Maier | |
2021-02-27 | added rust binding reference | Dominik Maier | |
2021-02-27 | some rust cleanup | Dominik Maier | |
2021-02-27 | custom mutator rust support (#752) | julihoh | |
* custom mutator rust support * clarify how to view documentation for rust mutators * remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz * rename TErr associated tyep to Error to be more idiomatic * fix warnings * add example for fallible custom mutator * make Fallible Custom Mutator the default and implement it's handle_err method by default * rename CustomMutator::handle_err to handle_error * add example mutator using lain | |||
2021-02-26 | remove debug output | vanhauser-thc | |
2021-02-26 | fine tune cmplog | vanhauser-thc | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | vanhauser-thc | |
2021-02-25 | update changelog | vanhauser-thc | |
2021-02-25 | edges in afl-plot | Andrea Fioraldi | |
2021-02-25 | helper_min3 func | Andrea Fioraldi | |
2021-02-25 | cmplog finetuning | vanhauser-thc | |
2021-02-24 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-02-24 | edges in plot file | Andrea Fioraldi | |
2021-02-24 | fixes | vanhauser-thc | |
2021-02-24 | typos | hexcoder | |
2021-02-24 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Dominik Maier | |
2021-02-24 | tidied up env suggestions | Dominik Maier | |
2021-02-24 | typo | vanhauser-thc | |
2021-02-24 | redqueen settings opt | vanhauser-thc | |
2021-02-23 | encode double quote in dict | vanhauser-thc | |
2021-02-22 | code format | vanhauser-thc | |
2021-02-22 | fix error msg | vanhauser-thc | |
2021-02-22 | auto mode for CTX + NGRAM | vanhauser-thc | |
2021-02-22 | minimum sync time | vanhauser-thc | |
2021-02-22 | ensure a valid seed exists | vanhauser-thc | |
2021-02-22 | another fix for disabled entries | vanhauser-thc | |
2021-02-22 | stdstring fix attempt | vanhauser-thc | |
2021-02-22 | crash fix | vanhauser-thc | |
2021-02-22 | dict2file fix | vanhauser-thc | |
2021-02-21 | fix | vanhauser-thc | |
2021-02-21 | how to compare afl++ | vanhauser-thc | |
2021-02-21 | doc update | vanhauser-thc | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-21 | more attuned colorize repace | vanhauser-thc | |
2021-02-21 | Merge pull request #755 from rchildre3/improve-llvm-build-instructions | van Hauser | |
Improve LLVM build instructions | |||
2021-02-20 | Improve LLVM build instructions | R. Elliott Childre | |
* Enable shell highlighting on code block * Shallow clone of source due to extensive history * Line break and sort the CMake options for visibility * Disable most extraneous options (e.g. docs, tests, benchmarks, clang-tools-extra, OpenCL interface) * Only build for the host architecture by default * Support other sub-make interfaces, like the recommended Ninja Build System * Harden against paths with spaces * Prefer linking against the newly built LLVM libraries by prepending to LD_LIBRARY_PATH | |||
2021-02-20 | -t help | vanhauser-thc | |
2021-02-19 | qemuafl | Andrea Fioraldi | |
2021-02-19 | improved env suggestions | Andrea Fioraldi | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-19 | libhfcommon not anymore a symlink | Andrea Fioraldi | |
2021-02-19 | Revert "Remove self-referential symlink" | Andrea Fioraldi | |
This reverts commit aaf5fcd98a7c713ab8b6ae554babbf74bd92374b. | |||
2021-02-19 | fix hongg mutator API change | Andrea Fioraldi | |