about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-07-22write expand havoc value to fuzzer_statsvan Hauser
2020-07-21added andrea's splicing, added cycle_schedulesvan Hauser
2020-07-21Merge pull request #462 from AFLplusplus/devvan Hauser
Dev
2020-07-21Merge pull request #461 from AFLplusplus/new_splicingvan Hauser
New splicing
2020-07-20debug test for rngvan Hauser
2020-07-20update linkvan Hauser
2020-07-20add superion custom mutator linkvan Hauser
2020-07-20Merge pull request #458 from h1994st/devvan Hauser
Allow the custom trim function to return 0 bytes
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-17Merge pull request #456 from h1994st/devvan Hauser
Fix typo
2020-07-16Fix typoh1994st
2020-07-16doc updatesvan Hauser
2020-07-16queue buffer and new splice havoc mutationAndrea Fioraldi
2020-07-16Update post_library_gif.so.c (#454)Sergio Paganoni
2020-07-16removed debug print and code formatDominik Maier
2020-07-16added initial defork exampleDominik Maier
2020-07-16code formatDominik Maier
2020-07-16fixed mem leak in redqueenDominik Maier
2020-07-16tiny fixesDominik Maier
2020-07-16fix afl-fridavan Hauser
2020-07-15fix afl-fridavan Hauser
2020-07-15Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-07-15improve len encoding in redqueenAndrea Fioraldi
2020-07-15update documentationvan Hauser
2020-07-15ensure afl-frida uses persistent modevan Hauser
2020-07-14make fuzzing of test-floatingpoint reproduciblehexcoder-
2020-07-14added frida gum extensionvan Hauser
2020-07-13test float splitting increase timeout to 30 secondshexcoder-
2020-07-13Merge pull request #450 from devnexen/haiku_build_fixvan Hauser
Haiku build fix. librt is necessary for Linux primarly and SunOS
2020-07-13Haiku build fix. librt is necessary for Linux primarly and SunOSDavid Carlier
2020-07-13fix for laf intel float split not enabled if not not on a ttyvan Hauser
2020-07-13test.sh: FP fuzzing: check for crasheshexcoder-
2020-07-13add floating point test cases. One for fuzzing (test-floatingpoint.c) and ↵hexcoder-
one for testing all cases with the instrumented program (test-fp_cases.c)
2020-07-12little untracer enhancementsvan Hauser
2020-07-12LTO: autodict default, instrim disabledvan Hauser
2020-07-11fix several cases in floating point comparison splittinghexcoder-
2020-07-09increase shm for travisvan Hauser
2020-07-09shm + mem info in travisvan Hauser
2020-07-09code formatvan Hauser
2020-07-09skip -fuse-ld parameters when in LTO modevan Hauser
2020-07-09Merge pull request #449 from devnexen/illumos_typovan Hauser
illumos littlefixes: little typo for cpu binding and
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-09dockerfile updatesvan Hauser
2020-07-08eliminate race condition for cpu affinity on -M/-Svan Hauser
2020-07-08fix afl-whatsup if fuzzer_stats is still emptyvan Hauser
2020-07-07fix issue #446hexcoder-
2020-07-06Merge pull request #445 from toralf/fix-y-axis-of-low_freq.pngvan Hauser
afl-plot: scale y-axis of low_freq.png with integers
2020-07-06afl-plot: set xlabel to show that times are in UTCToralf Förster
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser