about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-05-08Support multiple custom mutators (#282)Rishi Ranjan
* Make a list of custom mutators using env variable * Set up multiple custom mutators * Add destroy custom mutator and changes to load_custom_mutator * Use array instead of list, make changes to afl-fuzz-one for multiple mutators * Make change to fuzz-one custom_queue_get to support multiple mutators * Modify custom python mutator support * Fix bug * Fix missing afl->mutator->data * Revert to list with max count * Change custom_pre_save hook and code format * Free custom_mutator struct in the list * Add testcase for multiple custom mutators * Resolve merge conflict
2020-05-07added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵van Hauser
single block functions
2020-05-07fix static and profiling compilation and add profiling calculationvan Hauser
2020-05-03fix for afl-tmin -fvan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-05-01code formatDominik Maier
2020-04-30afl-untracer completedvan Hauser
2020-04-30afl-untracer - next stepvan Hauser
2020-04-27better fix for showmapvan Hauser
2020-04-27better fix for showmapvan Hauser
2020-04-27fix for afl-showmap with -Qvan Hauser
2020-04-26fix negative stability bug (hopefully)van Hauser
2020-04-26refactored global listsDominik Maier
2020-04-26map_size one linerDominik Maier
2020-04-26minor fixesDominik Maier
2020-04-24fix simple namesvan Hauser
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-23afl-gcc and afl-clang: fail when binary name can't be used to determine ↵Rick van Schijndel
build mode This is a continuation of PR #318. The goal is to prevent issues where binaries with the wrong name will silently pass control to the C compiler instead of failing. This makes it more explicit that aflplusplus relies on the name of the binary for correct compiler execution.
2020-04-23fixed map location support for LTOvan Hauser
2020-04-22Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-22fix sed errors in afl_shm_init when using mmapAndrea Fioraldi
2020-04-20removed done todoDominik Maier
2020-04-20clang warning fixedDominik Maier
2020-04-20code formatDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17unused varDominik Maier
2020-04-17little more speed for queue analysisvan Hauser
2020-04-17add missing limits.h include for PATH_MAX (OpenBSD)hexcoder-
2020-04-17Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-04-17add AFL_NO_PYTHON to list of env variableshexcoder-
2020-04-17fix afl-showmap for PATH_MAX on *BSDhexcoder-
2020-04-17removed tmp alloc in queueDominik Maier
2020-04-17refactoring getting the map sizevan Hauser
2020-04-17remove unnecessary map_size variablesvan Hauser
2020-04-17final fix for map_sizevan Hauser
2020-04-17merged upstreamDominik Maier
2020-04-17fixesDominik Maier
2020-04-17forgot MAP_SIZE for afl struct mapsvan Hauser
2020-04-17Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-04-17clearer codeDominik Maier
2020-04-17preliminary stuff for AFL_MAP_SIZE and afl-llvm-passvan Hauser
2020-04-17added AFL_MAP_SIZE to env help outputvan Hauser
2020-04-17done implementing AFL_MAP_SIZEvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fixed 2 unimportant leaksvan Hauser
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-16Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-16fix missing out_fd for cmplog forkserverAndrea Fioraldi
2020-04-16leak?Dominik Maier
2020-04-16silence some clang warningsDominik Maier