about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2020-07-06warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumentervan Hauser
2020-07-06rtf.dict: make it more complete (and unique) and fix some entrieshexcoder-
2020-07-05afl-plot: scale y-axis of low_freq.png with integersToralf Förster
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
2020-07-05Merge pull request #441 from bmwiedemann/manvan Hauser
Fix generation of afl-system-config.8
2020-07-05check for enough plot datavan Hauser
2020-07-05Fix generation of afl-system-config.8Bernhard M. Wiedemann
and afl-whatsup.8 Without this patch, afl-system-config.8 varied between build hosts because it contained lines such as ./afl-system-config: line 30: sysctl: command not found ./afl-system-config: line 31: /sys/kernel/mm/transparent_hugepage/enabled: Permission denied It is recommended to boot the kernel with lots of security off See https://reproducible-builds.org/ for why this matters. afl-system-config.8 is generated by the %.8 target in GNUmakefile that calls commands with -hh to fill the OPTIONS section of man-pages. This PR was done while working on reproducible builds for openSUSE.
2020-07-05code formatvan Hauser
2020-07-05fix rtf.dictvan Hauser
2020-07-05Merge pull request #437 from devnexen/fbsd_build_fix_llvm_modevan Hauser
llvm mode shared segment fix for FreeBSD.