about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-08-03code formatDominik Maier
2020-08-03fix expand havoc for ..._only modesvan Hauser
2020-08-03fix #483Andrea Fioraldi
2020-07-31Merge pull request #481 from devnexen/haiku_settingsvan Hauser
Haiku set explicitly to performance.
2020-07-31Haiku set explicitly to performance.David Carlier
No command line to set through afl-system-config (the only one is a GUI).
2020-07-31fix find free cpuvan Hauser
2020-07-31Bind cpu (#480)Dominik Maier
* silence compiletime warning * refactored cpu binding * formatted code
2020-07-31less gotosDominik Maier
2020-07-31fixesvan Hauser
2020-07-30add -b option to afl-fuzzvan Hauser
2020-07-30added NULL checkDominik Maier
2020-07-30fix oob reads, code-formatvan Hauser
2020-07-30fix post process checkvan Hauser
2020-07-30enhance for custom trim buffervan Hauser
2020-07-30Merge pull request #460 from rish9101/devvan Hauser
Add post-process functionality in write_with_gap
2020-07-29minor optvan Hauser
2020-07-29remove dead code, code-formatvan Hauser
2020-07-29Merge branch 'dev' into text_inputsvan Hauser
2020-07-29Minor change to write_with_gapRishi Ranjan
2020-07-28allow custom mut with mopt if -L is -1Andrea Fioraldi
2020-07-28forgot getoptvan Hauser
2020-07-27unrenicevan Hauser
2020-07-27update readme, renice -20van Hauser
2020-07-26fix honggfuzz dictvan Hauser
2020-07-26add last 60s exec/s statvan Hauser
2020-07-26remove test input mutation in havocvan Hauser
2020-07-26Fix typo for afl_custom_deinit (#470)HAPPY
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