about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-02-28fix afl-common compilevanhauser-thc
2021-02-28BSD: how to avoid core dumpsheiko
2021-02-27fix %ld in hooks.cAndrea Fioraldi
2021-02-27libqasan: read and write hooksAndrea Fioraldi
2021-02-27fix qasan search pathvanhauser-thc
2021-02-27disable the generation of core files in DragonFly BSDhexcoder-
2021-02-27reworked unicornafl documentationDominik Maier
2021-02-27fixed rust bindings placementDominik Maier
2021-02-27added rust binding referenceDominik Maier
2021-02-27some rust cleanupDominik Maier
2021-02-27custom 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-26remove debug outputvanhauser-thc
2021-02-26fine tune cmplogvanhauser-thc
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25update changelogvanhauser-thc
2021-02-25edges in afl-plotAndrea Fioraldi
2021-02-25helper_min3 funcAndrea Fioraldi
2021-02-25cmplog finetuningvanhauser-thc
2021-02-24Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-24fixesvanhauser-thc
2021-02-24typoshexcoder
2021-02-24Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devDominik Maier
2021-02-24tidied up env suggestionsDominik Maier
2021-02-24typovanhauser-thc
2021-02-24redqueen settings optvanhauser-thc
2021-02-23encode double quote in dictvanhauser-thc
2021-02-22code formatvanhauser-thc
2021-02-22fix error msgvanhauser-thc
2021-02-22auto mode for CTX + NGRAMvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-22ensure a valid seed existsvanhauser-thc
2021-02-22another fix for disabled entriesvanhauser-thc
2021-02-22stdstring fix attemptvanhauser-thc
2021-02-22crash fixvanhauser-thc
2021-02-22dict2file fixvanhauser-thc
2021-02-21fixvanhauser-thc
2021-02-21how to compare afl++vanhauser-thc
2021-02-21doc updatevanhauser-thc
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-21more attuned colorize repacevanhauser-thc
2021-02-21Merge pull request #755 from rchildre3/improve-llvm-build-instructionsvan Hauser
Improve LLVM build instructions
2021-02-20Improve LLVM build instructionsR. 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 helpvanhauser-thc
2021-02-19qemuaflAndrea Fioraldi
2021-02-19improved env suggestionsAndrea Fioraldi
2021-02-19suggested env vars for lazy pplAndrea Fioraldi
2021-02-19libhfcommon not anymore a symlinkAndrea Fioraldi
2021-02-19Revert "Remove self-referential symlink"Andrea Fioraldi
This reverts commit aaf5fcd98a7c713ab8b6ae554babbf74bd92374b.
2021-02-19fix hongg mutator API changeAndrea Fioraldi