about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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.
2020-07-05Merge pull request #438 from EliaGeretto/fix-typovan Hauser
Fix typo in compiler wrapper for LLVM instrumentation
2020-07-05Merge pull request #440 from devnexen/libdislocator_solaris_updvan Hauser
libdislocator: hugepage enabled for illumos too.
2020-07-04fix laf-intel/compare-transform-pass for 32-Bithexcoder-
2020-07-04libdislocator: hugepage enabled for illumos too.David Carlier
2020-07-03llvm_mode: Fix typo in compiler wrapperElia Geretto
2020-07-03llvm mode shared segment fix for FreeBSD.David Carlier
MAP_EXCL|MAP_FIXED is a (genuine) equivalent to Linux's MAP_FIXED_NOREPLACE.
2020-07-03ubsan optionsAndrea Fioraldi
2020-07-03Merge pull request #435 from devnexen/libtokencap_solarishexcoder
libtokencap illumos/solaris support proposal.
2020-07-02Fix map list iteration.David Carlier
2020-07-02libtokencap illumos/solaris support proposal.David Carlier