3357 Commits

Author SHA1 Message Date
Dominik Maier
1ec2615a3e tiny fixes 2020-07-16 00:53:08 +02:00
van Hauser
2077309c8d fix afl-frida 2020-07-16 00:24:37 +02:00
van Hauser
08d3169df4 fix afl-frida 2020-07-15 16:58:40 +02:00
Andrea Fioraldi
3cc0445e27 Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev 2020-07-15 10:35:51 +02:00
Andrea Fioraldi
ee77fe4094 improve len encoding in redqueen 2020-07-15 10:35:38 +02:00
van Hauser
133dfc8b69 update documentation 2020-07-15 10:32:07 +02:00
van Hauser
a8726b8254 ensure afl-frida uses persistent mode 2020-07-15 00:08:38 +02:00
hexcoder-
c5963f707c make fuzzing of test-floatingpoint reproducible 2020-07-14 23:42:47 +02:00
van Hauser
383b280531 added frida gum extension 2020-07-14 23:26:11 +02:00
hexcoder-
95276f7da6 test float splitting increase timeout to 30 seconds 2020-07-13 23:17:21 +02:00
van Hauser
e1d4621796
Merge pull request #450 from devnexen/haiku_build_fix
Haiku build fix. librt is necessary for Linux primarly and SunOS
2020-07-13 18:06:38 +02:00
David Carlier
e137b40eb5 Haiku build fix. librt is necessary for Linux primarly and SunOS 2020-07-13 16:22:18 +00:00
van Hauser
4d929f80fb fix for laf intel float split not enabled if not not on a tty 2020-07-13 17:57:02 +02:00
hexcoder-
6b79e1f76d test.sh: FP fuzzing: check for crashes 2020-07-13 11:27:08 +02:00
hexcoder-
5a26656ea1 add floating point test cases. One for fuzzing (test-floatingpoint.c) and one for testing all cases with the instrumented program (test-fp_cases.c) 2020-07-13 10:35:43 +02:00
van Hauser
abb0d47985 little untracer enhancements 2020-07-12 23:53:29 +02:00
van Hauser
b126a5d5a8 LTO: autodict default, instrim disabled 2020-07-12 13:44:25 +02:00
hexcoder-
571031a467 fix several cases in floating point comparison splitting 2020-07-11 00:56:35 +02:00
van Hauser
2981f2025f increase shm for travis 2020-07-09 23:14:33 +02:00
van Hauser
c3a6065a21 shm + mem info in travis 2020-07-09 23:02:04 +02:00
van Hauser
60bb1afc72 code format 2020-07-09 21:32:06 +02:00
van Hauser
84a320f834 skip -fuse-ld parameters when in LTO mode 2020-07-09 21:31:15 +02:00
van Hauser
88bd460100
Merge pull request #449 from devnexen/illumos_typo
illumos littlefixes: little typo for cpu binding and
2020-07-09 19:05:05 +02:00
David Carlier
90adc2cb85 illumos littlefixes: little typo for cpu binding and
even tough gcc plugin less good than LLVM, clang
is more buggy on this os.
2020-07-09 15:43:05 +01:00
van Hauser
7c8d823396 dockerfile updates 2020-07-09 12:07:29 +02:00
van Hauser
83790d65af eliminate race condition for cpu affinity on -M/-S 2020-07-08 11:16:39 +02:00
van Hauser
70bd0f799d fix afl-whatsup if fuzzer_stats is still empty 2020-07-08 09:39:26 +02:00
hexcoder-
cbe029664e fix issue #446 2020-07-07 12:59:00 +02:00
van Hauser
cade0214db
Merge pull request #445 from toralf/fix-y-axis-of-low_freq.png
afl-plot: scale y-axis of low_freq.png with integers
2020-07-06 22:29:23 +02:00
Toralf Förster
2f5cdb72c8 afl-plot: set xlabel to show that times are in UTC
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
2020-07-06 19:23:13 +02:00
van Hauser
0aed549df1 warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumenter 2020-07-06 14:11:21 +02:00
van Hauser
75fa1ac3b0 warn rather than fail if AFL_MAP_SIZE is set and not understood by instrumenter 2020-07-06 14:10:14 +02:00
hexcoder-
b5a00312e0 rtf.dict: make it more complete (and unique) and fix some entries 2020-07-06 10:27:48 +02:00
Toralf Förster
37697127dc afl-plot: scale y-axis of low_freq.png with integers
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
2020-07-05 15:35:24 +02:00
van Hauser
8acc8b5389
Merge pull request #441 from bmwiedemann/man
Fix generation of afl-system-config.8
2020-07-05 13:53:51 +02:00
van Hauser
8644c42482 check for enough plot data 2020-07-05 13:48:14 +02:00
Bernhard M. Wiedemann
20e63078f0 Fix generation of afl-system-config.8
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 13:41:50 +02:00
van Hauser
95fd080ca1 code format 2020-07-05 11:08:22 +02:00
van Hauser
7d0af01d8b fix rtf.dict 2020-07-05 11:05:33 +02:00
van Hauser
0f0230b068
Merge pull request #437 from devnexen/fbsd_build_fix_llvm_mode
llvm mode shared segment fix for FreeBSD.
2020-07-05 11:01:58 +02:00
van Hauser
869c602b99
Merge pull request #438 from EliaGeretto/fix-typo
Fix typo in compiler wrapper for LLVM instrumentation
2020-07-05 11:01:24 +02:00
van Hauser
3144f72e1c
Merge pull request #440 from devnexen/libdislocator_solaris_upd
libdislocator: hugepage enabled for illumos too.
2020-07-05 11:00:45 +02:00
hexcoder-
147b0a151c fix laf-intel/compare-transform-pass for 32-Bit 2020-07-04 17:34:03 +02:00
David Carlier
29102d6bf1 libdislocator: hugepage enabled for illumos too. 2020-07-04 12:36:53 +01:00
Elia Geretto
4fd145c52e llvm_mode: Fix typo in compiler wrapper 2020-07-03 18:37:53 +02:00
David Carlier
e6d4d29af5 llvm mode shared segment fix for FreeBSD.
MAP_EXCL|MAP_FIXED is a (genuine) equivalent to Linux's MAP_FIXED_NOREPLACE.
2020-07-03 15:21:33 +01:00
Andrea Fioraldi
139665c01d ubsan options 2020-07-03 10:20:10 +02:00
hexcoder
509b991607
Merge pull request #435 from devnexen/libtokencap_solaris
libtokencap illumos/solaris support proposal.
2020-07-03 09:45:19 +02:00
David Carlier
c671ecb511 Fix map list iteration. 2020-07-02 10:23:56 +01:00
David Carlier
1aa7c87ea8 libtokencap illumos/solaris support proposal. 2020-07-02 07:10:43 +01:00