about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-07-24massage chancesvan Hauser
2020-07-24better text mutationvan Hauser
2020-07-24add -F option to sync to foreign fuzzer queuesvan Hauser
2020-07-23Remove reduntant copying from write_with_gap functionrish9101
2020-07-23Add post-process functionality in write_with_gaprish9101
2020-07-23no cycle on expandvan Hauser
2020-07-23skip large files, dont bailvan Hauser
2020-07-23fix compilationvan Hauser
2020-07-22ascii redqueenAndrea Fioraldi
2020-07-22fix bugsAndrea Fioraldi
2020-07-22epand havoc now envAndrea Fioraldi
2020-07-22write expand havoc value to fuzzer_statsvan Hauser
2020-07-22Allow the custom mutator to generate larger trimmed data (#463)Shengtuo Hu
2020-07-21added andrea's splicing, added cycle_schedulesvan Hauser
2020-07-21Merge pull request #462 from AFLplusplus/devvan Hauser
Dev
2020-07-20debug test for rngvan Hauser
2020-07-18Skip the empty test case generated by the custom trimmingh1994st
2020-07-18Allow the fuzzer to write empty buffer (i.e., len == 0) to the fileh1994st
2020-07-16queue buffer and new splice havoc mutationAndrea Fioraldi
2020-07-16code formatDominik Maier
2020-07-16fixed mem leak in redqueenDominik Maier
2020-07-16tiny fixesDominik Maier
2020-07-15improve len encoding in redqueenAndrea Fioraldi
2020-07-14added frida gum extensionvan Hauser
2020-07-09illumos littlefixes: little typo for cpu binding andDavid Carlier
even tough gcc plugin less good than LLVM, clang is more buggy on this os.
2020-07-08eliminate race condition for cpu affinity on -M/-Svan Hauser
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-03ubsan optionsAndrea Fioraldi
2020-07-01warn on deprecated env varsvan Hauser
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-29workaround for recent afl++ versionsvan Hauser
2020-06-29fix autodictvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-06-28debug codevan Hauser
2020-06-28fix output for LTOinstrimvan Hauser
2020-06-27fix typosvan Hauser
2020-06-27afl-sharedmem.c: fix leaks on error paths (SysV shared memory)hexcoder-
2020-06-26original fix for calibration errorAndrea Fioraldi
2020-06-26implement sharedmem mmap for cmplogvan Hauser
2020-06-26fix shared memory leaks in afl-showmap, initialize cmplog_modehexcoder-
2020-06-25fix for schedulesvan Hauser
2020-06-25shmem release fixvan Hauser
2020-06-25make llvm_mode pcguard instrumentation collision freevan Hauser
2020-06-25initialized variableDominik Maier
2020-06-25remove radamsa, add radamsa custom mutatorvan Hauser
2020-06-25Merge pull request #425 from dgmelski/fix-recalibrationAndrea Fioraldi
Fix saturated maps & stability cliff in recalibration
2020-06-25add seek power schedule, remove update stats in calibration, fix help outputvan Hauser