about summary refs log tree commit diff
path: root/src/afl-fuzz-redqueen.c
AgeCommit message (Collapse)Author
2020-07-16code formatDominik Maier
2020-07-16fixed mem leak in redqueenDominik Maier
2020-07-15improve len encoding in redqueenAndrea Fioraldi
2020-07-01because github errors reput typo fixvan Hauser
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-06-15fixed potential bugsDominik Maier
2020-06-12switch to faster and better hash + randomvan Hauser
2020-04-20clang warning fixedDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-16hunting non-static functionsDominik Maier
2020-04-14code formatDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-14fixed #317Dominik Maier
2020-04-14Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-14one byte cmp in cmplogAndrea Fioraldi
2020-04-14status 0 initializedDominik Maier
2020-04-14code formatAndrea Fioraldi
2020-04-14Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-14cmplog loop detectionAndrea Fioraldi
2020-04-14fix travis failsvan Hauser
2020-04-14UR -> rand_belowAndrea Fioraldi
2020-04-14solve conflictsAndrea Fioraldi
2020-04-14solve conflictsAndrea Fioraldi
2020-04-14cmplog is now betterAndrea Fioraldi
2020-04-13code formatDominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-01added read_timedDominik Maier
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
2020-02-24important InsTrim fixes!van Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-18fuzzer wotking with rtn cmplogAndrea Fioraldi
2020-02-18skeleton for rtn cmplogAndrea Fioraldi
2020-02-15colorization stage mem leak fix proposal.David Carlier
2020-02-07code formatAndrea Fioraldi
2020-02-07fix empty range bug in colorizationAndrea Fioraldi
2020-02-07redqueen auto extrasAndrea Fioraldi
2020-02-06save input with high entropy after colorizationAndrea Fioraldi
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-30cmplog runtime for LLVMAndrea Fioraldi