van Hauser
981ffb27a8
making AFL_MAP_SIZE obsolete
2021-02-01 12:01:23 +01:00
van Hauser
cc0210426a
code-format
2021-01-31 17:32:24 +01:00
aflpp
459dd8cb07
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
2021-01-31 17:30:17 +01:00
aflpp
e5116c6d55
fix -Z, remove q->next
2021-01-31 17:29:37 +01:00
van Hauser
7a861498c2
added support for __afl_coverage_interesting
2021-01-31 15:04:40 +01:00
van Hauser
893cd47d9c
disable trimming for -M
2021-01-31 13:03:00 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
van Hauser
3b3565269d
foreign sync from ctime to mtime (libfuzzer)
2021-01-30 14:57:17 +01:00
Andrea Fioraldi
b06e3d9f2b
Merge pull request #715 from AFLplusplus/qasan
...
Qasan
2021-01-29 18:52:45 +01:00
Andrea Fioraldi
29c1131fe0
working AFL_USE_QASAN
2021-01-29 18:32:28 +01:00
van Hauser
debd832f36
32bit fix
2021-01-29 18:25:25 +01:00
van Hauser
66c290f804
fix compile
2021-01-29 17:23:19 +01:00
van Hauser
40f609c735
better cmplog arithmetic
2021-01-29 15:57:47 +01:00
Andrea Fioraldi
6f5746d428
AFL_USE_QASAN
2021-01-29 15:38:49 +01:00
van Hauser
ce673ccab3
remove snapshot reference
2021-01-28 19:19:57 +01:00
van Hauser
2a9fcd2a87
warn on afl-gcc/afl-clang instrumentation
2021-01-28 18:01:27 +01:00
van Hauser
a61a30dee0
fix another pending_not_fuzzed location
2021-01-28 14:11:33 +01:00
Yuan
ad63ba49c1
Fix getopt arg string
...
There is no '-P' case here.
2021-01-28 17:21:54 +08:00
Joey Jiaojg
47f62eb0ca
Fix dev branch for android ( #710 )
...
* android: replace rindex with strrchr
* android: support 64bit only due to 128bit integer not supported by 32bit system
Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com>
2021-01-28 05:51:45 +01:00
van Hauser
2044c7e2b5
fix include
2021-01-27 08:41:45 +01:00
van Hauser
6b721900d5
Merge pull request #707 from ampanasiuk/bug-703-wrong-src-attribute-in-sync-stage-filenames
...
Bug 703 wrong src attribute in sync stage filenames
2021-01-27 08:35:21 +01:00
Adrian Panasiuk
d046b28f2f
Fix "src" attribute in sync stage filenames ( #703 )
2021-01-27 03:04:06 +00:00
fuzzah
a754694ac4
include limits.h to fix build on BSD systems
2021-01-27 05:48:59 +03:00
van Hauser
36b5336152
better foreign sync name
2021-01-26 22:45:59 +01:00
van Hauser
9c393adbb9
real fix plus code format
2021-01-26 17:12:11 +01:00
van Hauser
e0663c91b9
wip fix
2021-01-26 12:15:13 +01:00
van Hauser
7c381a782e
enable cmplog combine
2021-01-25 20:18:42 +01:00
van Hauser
cd8668ad3a
mopt fix
2021-01-25 13:55:09 +01:00
van Hauser
0a3a708f9b
less stack mem req
2021-01-23 10:01:09 +01:00
van Hauser
258ae1632a
stack 2 heap
2021-01-22 21:10:23 +01:00
van Hauser
30148bc1a9
fix afl-showmap and gcc plugin test
2021-01-21 19:58:25 +01:00
van Hauser
60764ebdf1
forkserver debug flag support
2021-01-21 18:43:06 +01:00
van Hauser
040bf5a61d
fix silly mistake
2021-01-21 18:26:08 +01:00
van Hauser
b850951c72
code format and not setting sanitizers if debug and settings present
2021-01-21 17:15:14 +01:00
van Hauser
e8c1b43a3d
fix docs
2021-01-21 15:24:34 +01:00
van Hauser
fc3f06caec
Merge pull request #689 from AFLplusplus/cmplog_merge
...
cmplog merge
2021-01-21 12:03:21 +01:00
van Hauser
0d472adef0
temp conflict resolve
2021-01-21 12:02:50 +01:00
van Hauser
ba47bee252
pre merge changes
2021-01-21 11:41:25 +01:00
van Hauser
f7c93d741c
base64 solving done
2021-01-21 03:52:46 +01:00
van Hauser
cf5fee7c52
remove debug output
2021-01-20 21:03:55 +01:00
van Hauser
d20a50a413
hex en/decode works now
2021-01-20 20:59:17 +01:00
van Hauser
f380487bb4
wip
2021-01-20 13:51:57 +01:00
van Hauser
9dff3495d5
better cmp map fsrv fix
2021-01-20 10:01:34 +01:00
Joey Jiao
ac1117ffae
android: Fix runtime for mutator
2021-01-20 15:46:41 +08:00
Joey Jiao
0306261fec
Fix build error for Android
...
- LTO not work yet
2021-01-20 15:46:39 +08:00
van Hauser
e7b572af36
bugfix and new transform detection feature
2021-01-20 01:49:32 +01:00
van Hauser
0367f6c723
cleanup and rename _DISCARD->_SKIP
2021-01-19 14:03:10 +01:00
Dominik Maier
292f91a55f
tiny scan-build nags fixed
2021-01-19 13:16:39 +01:00
van Hauser
95ee2cdd57
cleanup
2021-01-19 13:05:42 +01:00
van Hauser
e91f3b0de6
codeql fix
2021-01-19 10:41:42 +01:00