van Hauser
779d8f6b7e
support current llvm12 changes
2020-08-20 10:56:51 +02:00
van Hauser
9faf7b6fc8
v2.67d
2020-08-18 20:08:29 +02:00
van Hauser
5c759953f4
Merge pull request #511 from AFLplusplus/stable
...
push to dev
2020-08-18 20:05:56 +02:00
van Hauser
1c64048d0f
2.67c
2020-08-18 19:56:47 +02:00
Dominik Maier
b504b9313a
code-format, changelog
2020-08-18 01:36:49 +02:00
van Hauser
1d56de6c1d
fix lto autodict for long strings
2020-08-16 13:29:24 +02:00
van Hauser
cc1fe2f2d2
skip instrumenting blocks following __afl_loop to improve stability in LTO. not in afl-llvm-pass and instrim because they are outdated, sancov cant be fixed
2020-08-15 22:59:49 +02:00
van Hauser
0a251f93e0
increase initial memory sized
2020-08-15 13:34:51 +02:00
hexcoder
d0ab83a202
Changelog wording/whitespace
2020-08-13 23:19:05 +02:00
van Hauser
b5d1a021ef
fix llvm and afl-showmap
2020-08-13 22:34:11 +02:00
van Hauser
212bb990b7
LTO: apply laf-intel+redqueen/cmplog at link time
2020-08-13 21:27:11 +02:00
van Hauser
2c5e103278
make cmplog deterministic
2020-08-13 12:39:18 +02:00
van Hauser
7a6867e2f8
split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, skipping ctor+ifunc functions for all llvm, code-format
2020-08-12 16:06:30 +02:00
van Hauser
b38837f4ff
setting attribute hot intelligently gives 0.5% speed
2020-08-12 14:14:44 +02:00
van Hauser
132b57cf03
nozero for llvm pcguard
2020-08-12 10:41:09 +02:00
van Hauser
50e76fce12
adding ctor function skipping in LTO fixed map mode
2020-08-11 02:05:39 +02:00
van Hauser
701fb95d24
LTO: make dynamic map the default
2020-08-10 23:42:33 +02:00
van Hauser
4a6d66d8c5
fix typos
2020-08-07 14:43:17 +02:00
van Hauser
6d364dd2cb
add sancov-like allow/denylist instrument feature
2020-08-05 01:13:51 +02:00
van Hauser
409e4ae945
fix expand havoc for ..._only modes
2020-08-03 13:13:32 +02:00
van Hauser
b708cf7d45
fix lto single block and no zero
2020-08-01 19:43:29 +02: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
ffe5619a9d
fix snapshot include
2020-07-29 14:30:22 +02:00
van Hauser
22921c493f
improve docs, enable laf compare if float is set
2020-07-29 12:58:02 +02:00
van Hauser
6cfa27d78a
remove dead code, code-format
2020-07-29 11:47:32 +02:00
van Hauser
0b8c44cbb1
add FAQ
2020-07-28 16:29:47 +02:00
van Hauser
7959808384
llvm12 support
2020-07-24 16:39:50 +02:00
van Hauser
9cddbc0420
add -F option to sync to foreign fuzzer queues
2020-07-24 12:26:52 +02:00
van Hauser
72b46a07d6
added honggfuzz custom mutator :)
2020-07-23 15:58:13 +02:00
van Hauser
a8726b8254
ensure afl-frida uses persistent mode
2020-07-15 00:08:38 +02: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
van Hauser
b126a5d5a8
LTO: autodict default, instrim disabled
2020-07-12 13:44:25 +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
b67905c40f
Merge branch 'stable' into dev
2020-07-01 09:19:32 +02:00
van Hauser
6b98157c1a
v2.66c release preparation
2020-07-01 09:15:47 +02:00
hexcoder
be83f06b2f
renaming remains fixed
2020-07-01 07:25:33 +02:00
van Hauser
9d5007b18e
Big renaming ( #429 )
...
* first commit, looks good
* fix ascii percentage calc
* fix ascii percentage calc
* modify txt configs for test
* further refinement
* Revert "Merge branch 'text_inputs' into dev"
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing
changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b.
* blacklist -> ignore renaming
* rename whitelist -> instrumentlist
* reduce the time interval in which the secondaries sync
Co-authored-by: root <root@localhost.localdomain>
2020-06-30 23:34:26 +02:00
van Hauser
06264df168
rename whitelist -> instrumentlist
2020-06-30 17:28:21 +02:00
van Hauser
1ecfd78418
implement sharedmem mmap for cmplog
2020-06-26 09:13:07 +02:00
van Hauser
171b1923e9
shmem release fix
2020-06-25 22:02:02 +02:00
van Hauser
8d5eb9487d
make llvm_mode pcguard instrumentation collision free
2020-06-25 20:09:56 +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
van Hauser
fce010f051
add -D option for -S
2020-06-24 11:14:00 +02:00
aflpp
87f127722c
fix afl-cmin.bash
2020-06-22 08:28:41 +02:00
van Hauser
a49b5ef072
allow /tmp
2020-06-22 07:16:24 +02:00
van Hauser
e5dcaa818e
set class afl instrumentation if llvm <= 6
2020-06-16 15:59:09 +02:00