about summary refs log tree commit diff
path: root/src/afl-fuzz-redqueen.c
AgeCommit message (Collapse)Author
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