708 Commits

Author SHA1 Message Date
murx-
9a1d526ed4 Add support for specific custom mutator name 2020-08-08 18:34:54 +02:00
Dominik Maier
699ebaa8e2 code format 2020-08-07 17:32:41 +02:00
Dominik Maier
22d3a5e90a enabled Wextra, fixed bugs 2020-08-07 16:55:58 +02:00
van Hauser
f30ca1476c fix short write 2020-08-05 11:17:15 +02:00
van Hauser
585ec04503 silly rand_below_datalen fix 2020-08-05 09:21:39 +02:00
van Hauser
6d364dd2cb add sancov-like allow/denylist instrument feature 2020-08-05 01:13:51 +02:00
van Hauser
c8354d7516 new rand mode for data offsets that prefer low offset values 2020-08-04 23:22:42 +02:00
David Carlier
54d9668580 Haiku set explicitly to performance.
No command line to set through afl-system-config (the only one is a GUI).
2020-07-31 17:27:01 +00:00
van Hauser
185f443659 add LTO AFL_LLVM_DOCUMENT_IDS feature 2020-07-31 17:53:01 +02:00
van Hauser
320f26d26f add -b option to afl-fuzz 2020-07-30 19:00:41 +02:00
van Hauser
c661587128 cdecl void 2020-07-30 18:06:25 +02:00
van Hauser
ffe5619a9d fix snapshot include 2020-07-29 14:30:22 +02:00
van Hauser
3b194e1690
Merge pull request #476 from AFLplusplus/new_lkm
New snapshot lkm support
2020-07-29 14:15:39 +02:00
van Hauser
4550613f58
Merge branch 'dev' into text_inputs 2020-07-29 11:39:00 +02:00
Andrea Fioraldi
d64c0e8887 lkm new api 2020-07-28 16:31:07 +02:00
Andrea Fioraldi
a22f4dd1ac new snapshot api 2020-07-28 16:13:32 +02:00
van Hauser
16e362d2b9 add last 60s exec/s stat 2020-07-26 15:55:03 +02:00
van Hauser
30c0991543 better text mutation 2020-07-24 13:26:07 +02:00
van Hauser
9cddbc0420 add -F option to sync to foreign fuzzer queues 2020-07-24 12:26:52 +02:00
Andrea Fioraldi
b015e4f07a epand havoc now env 2020-07-22 16:15:16 +02:00
van Hauser
ce9b4698fe added andrea's splicing, added cycle_schedules 2020-07-21 20:53:51 +02:00
Andrea Fioraldi
c2b04bdf6c queue buffer and new splice havoc mutation 2020-07-16 14:32:41 +02:00
van Hauser
83790d65af eliminate race condition for cpu affinity on -M/-S 2020-07-08 11:16:39 +02:00
van Hauser
00abb999e3 v2.66d init 2020-07-01 18:24:00 +02:00
van Hauser
97cef46b62 warn on deprecated env vars 2020-07-01 10:03:34 +02:00
van Hauser
6b98157c1a v2.66c release preparation 2020-07-01 09:15:47 +02:00
van Hauser
7527c76c74 reduce the time interval in which the secondaries sync 2020-06-30 17:33:47 +02:00
root
4b99ebbf22 Revert "Merge branch 'text_inputs' into dev"
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing
changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b.
2020-06-29 18:48:17 +02:00
van Hauser
6d9b29daca
Merge branch 'text_inputs' into dev 2020-06-29 18:35:51 +02:00
van Hauser
07648f75ea workaround for recent afl++ versions 2020-06-29 12:21:14 +02:00
van Hauser
3a0c91b862 fix unittest 2020-06-29 01:23:30 +02:00
van Hauser
e5e485fcdb fix autodict 2020-06-29 00:58:05 +02:00
van Hauser
6d0f086d9c less problematic definitions 2020-06-28 23:50:25 +02:00
van Hauser
c25a602a03 less problematic definitions 2020-06-28 23:47:57 +02:00
hexcoder-
4103687f76 afl-sharedmem.c: fix leaks on error paths (SysV shared memory) 2020-06-27 00:13:24 +02:00
van Hauser
1ecfd78418 implement sharedmem mmap for cmplog 2020-06-26 09:13:07 +02:00
van Hauser
8178f4dfdd remove radamsa, add radamsa custom mutator 2020-06-25 16:51:29 +02:00
van Hauser
b5573b3adb add seek power schedule, remove update stats in calibration, fix help output 2020-06-25 10:33:59 +02:00
Dominik Maier
7119bf5d86 Added rand, hash unittests 2020-06-22 21:58:23 +02:00
van Hauser
76a2d9b59b further refinement 2020-06-22 13:48:59 +02:00
van Hauser
07a4e6370a modify txt configs for test 2020-06-20 10:55:02 +02:00
van Hauser
de2c565953 first commit, looks good 2020-06-19 18:05:04 +02:00
van Hauser
2a254fce8f fix afl-clang-fast for default pcguard mode 2020-06-19 14:21:34 +02:00
hexcoder-
bac2da8669 fix for *BSD: remove all HAVE_ARC4RANDOM dependencies 2020-06-16 01:29:07 +02:00
van Hauser
f6d2da27e3 switched to new MOpt dictionary support 2020-06-15 21:07:35 +02:00
van Hauser
ada59feda8 improve performance for default power schedule 2020-06-15 20:02:28 +02:00
Dominik Maier
dc002b4b35 code format 2020-06-15 11:08:24 +02:00
David Carlier
67d87dd2a9 Porting to Haiku.
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-14 15:32:02 +00:00
van Hauser
1542c7f49c fix typos 2020-06-13 10:58:30 +02:00
van Hauser
ce1af1bc9c code-format killed the compilation 2020-06-12 16:57:33 +02:00