Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-18 | Allow the fuzzer to write empty buffer (i.e., len == 0) to the file | h1994st | |
2020-07-17 | Merge pull request #456 from h1994st/dev | van Hauser | |
Fix typo | |||
2020-07-16 | Fix typo | h1994st | |
2020-07-16 | doc updates | van Hauser | |
2020-07-16 | queue buffer and new splice havoc mutation | Andrea Fioraldi | |
2020-07-16 | Update post_library_gif.so.c (#454) | Sergio Paganoni | |
2020-07-16 | removed debug print and code format | Dominik Maier | |
2020-07-16 | added initial defork example | Dominik Maier | |
2020-07-16 | code format | Dominik Maier | |
2020-07-16 | fixed mem leak in redqueen | Dominik Maier | |
2020-07-16 | tiny fixes | Dominik Maier | |
2020-07-16 | fix afl-frida | van Hauser | |
2020-07-15 | fix afl-frida | van Hauser | |
2020-07-15 | Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev | Andrea Fioraldi | |
2020-07-15 | improve len encoding in redqueen | Andrea Fioraldi | |
2020-07-15 | update documentation | van Hauser | |
2020-07-15 | ensure afl-frida uses persistent mode | van Hauser | |
2020-07-14 | make fuzzing of test-floatingpoint reproducible | hexcoder- | |
2020-07-14 | added frida gum extension | van Hauser | |
2020-07-13 | test float splitting increase timeout to 30 seconds | hexcoder- | |
2020-07-13 | Merge pull request #450 from devnexen/haiku_build_fix | van Hauser | |
Haiku build fix. librt is necessary for Linux primarly and SunOS | |||
2020-07-13 | Haiku build fix. librt is necessary for Linux primarly and SunOS | David Carlier | |
2020-07-13 | fix for laf intel float split not enabled if not not on a tty | van Hauser | |
2020-07-13 | test.sh: FP fuzzing: check for crashes | hexcoder- | |
2020-07-13 | add 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-12 | little untracer enhancements | van Hauser | |
2020-07-12 | LTO: autodict default, instrim disabled | van Hauser | |
2020-07-11 | fix several cases in floating point comparison splitting | hexcoder- | |
2020-07-09 | increase shm for travis | van Hauser | |
2020-07-09 | shm + mem info in travis | van Hauser | |
2020-07-09 | code format | van Hauser | |
2020-07-09 | skip -fuse-ld parameters when in LTO mode | van Hauser | |
2020-07-09 | Merge pull request #449 from devnexen/illumos_typo | van Hauser | |
illumos littlefixes: little typo for cpu binding and | |||
2020-07-09 | illumos littlefixes: little typo for cpu binding and | David Carlier | |
even tough gcc plugin less good than LLVM, clang is more buggy on this os. | |||
2020-07-09 | dockerfile updates | van Hauser | |
2020-07-08 | eliminate race condition for cpu affinity on -M/-S | van Hauser | |
2020-07-08 | fix afl-whatsup if fuzzer_stats is still empty | van Hauser | |
2020-07-07 | fix issue #446 | hexcoder- | |
2020-07-06 | Merge pull request #445 from toralf/fix-y-axis-of-low_freq.png | van Hauser | |
afl-plot: scale y-axis of low_freq.png with integers | |||
2020-07-06 | afl-plot: set xlabel to show that times are in UTC | Toralf Förster | |
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> | |||
2020-07-06 | warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumenter | van Hauser | |
2020-07-06 | warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumenter | van Hauser | |
2020-07-06 | rtf.dict: make it more complete (and unique) and fix some entries | hexcoder- | |
2020-07-05 | afl-plot: scale y-axis of low_freq.png with integers | Toralf Förster | |
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> | |||
2020-07-05 | Merge pull request #441 from bmwiedemann/man | van Hauser | |
Fix generation of afl-system-config.8 | |||
2020-07-05 | check for enough plot data | van Hauser | |
2020-07-05 | Fix generation of afl-system-config.8 | Bernhard 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-05 | code format | van Hauser | |
2020-07-05 | fix rtf.dict | van Hauser | |
2020-07-05 | Merge pull request #437 from devnexen/fbsd_build_fix_llvm_mode | van Hauser | |
llvm mode shared segment fix for FreeBSD. |