243 Commits

Author SHA1 Message Date
vanhauser-thc
70c1de5d64 better forkserver error help and code format 2021-03-24 11:12:44 +01:00
vanhauser-thc
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
vanhauser-thc
84534ae2e8 format 2021-03-21 16:23:08 +01:00
richinseattle@gmail.com
7e67a735e6 update plot_data timestamps to be relative 2021-03-19 14:25:55 -07:00
richinseattle@gmail.com
c397becd81 Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2021-03-18 01:37:40 -07:00
richinseattle@gmail.com
62508c3b44 preserve plot_data for in-place resume 2021-03-18 01:34:05 -07:00
realmadsci
d4fb7f8b40 Add AFL_QEMU_CUSTOM_BIN environment flag
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip
prepending afl-qemu-trace to your command line. Use this if you wish to use a
custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15 12:57:06 -07:00
Dominik Maier
851231c846 fixed scan-build warnings 2021-03-10 01:15:38 +01:00
vanhauser-thc
74a6044b3f fix sanitizer settings 2021-03-09 14:11:52 +01:00
vanhauser-thc
ee0ca07f3c changing the -t ...+ meaning to "auto-calculate buth this is the max" 2021-02-25 12:19:46 +01:00
Andrea Fioraldi
6c9777de13 edges in afl-plot 2021-02-25 10:42:39 +01:00
Andrea Fioraldi
047f3436e9 edges in plot file 2021-02-24 21:29:00 +01:00
vanhauser-thc
2785c8b197 crash fix 2021-02-22 12:34:37 +01:00
vanhauser-thc
0ad56167c5 fix scan-build issues 2021-02-07 07:51:29 +01:00
van Hauser
981ffb27a8 making AFL_MAP_SIZE obsolete 2021-02-01 12:01:23 +01:00
aflpp
e5116c6d55 fix -Z, remove q->next 2021-01-31 17:29:37 +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
van Hauser
a61a30dee0 fix another pending_not_fuzzed location 2021-01-28 14:11:33 +01: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
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
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
a0e884cf8b merge cmplog 2021-01-15 16:56:40 +01:00
van Hauser
0246fe9200 fix 32-bit mode, fix weighting 2020-12-30 10:34:22 +01:00
hexcoder-
e9a306a50e fix localtime warnings from CodeQL 2020-12-29 10:25:48 +01:00
van Hauser
14c67f15c9 small fixes 2020-12-16 14:22:09 +01:00
Dominik Maier
609f3d0265 fixed gcc analyzer warnings 2020-12-11 13:29:45 +01:00
Dominik Maier
a2e2fae840 AFL_CRASH_EXITCODE env var added, u8->bool 2020-12-03 14:43:06 +01:00
David CARLIER
b260204b72
Solaris/Illumos build fix. (#609) 2020-11-18 19:13:03 +01:00
van Hauser
1cc637a0a0 support AFL_LLVM_INSTRUMENT env for our own PCGUARD 2020-11-16 10:59:09 +01:00
hexcoder-
40e10895a2 now really fix -n 2020-11-14 17:21:43 +01:00
hexcoder-
30cd8a8397 fix non instrumented mode, fix check_binary 2020-11-14 12:28:51 +01:00
van Hauser
e5f30c6908 fix testcache bug 2020-10-24 16:28:46 +02:00
vanhauser-thc
2e8ec1e339 allow symbolize=1 for asan/debug 2020-10-23 22:49:20 +02:00
David Carlier
638bf19b65 DragonFlyBSD build fix proposal. 2020-10-14 17:21:22 +01:00
van Hauser
56ac3fcdc5
configurable testcache with malloc (#581)
* cache item number to cache memory size

* reload testcase if trimming changed the size

* fix splicing selection

* slim splicing

* import sync fix

* write testcache stats to fuzzer_stats

* fix new seed selection algo

* malloc+read instead of mmap

* fix

* testcache is configurable now and no reference counts

* fixes compilation, test script

* fixes

* switch TEST_CC to afl-cc in makefile

* code format

* fix

* fix crash

* fix crash

* fix env help output

* remove unnecessary pointer resets

* fix endless loop bug

* actually use the cache if set

* one more fix

* increase default cache entries, add default cache size value to config.h

Co-authored-by: hexcoder- <heiko@hexco.de>
2020-10-14 15:30:30 +02:00
van Hauser
6a397d6111 add new seed selection algo and make it the default 2020-10-11 14:31:31 +02:00
van Hauser
383cd487a2 small improvements to Marcel's patch, fix laf-intel + redqueen crashes 2020-09-29 15:02:57 +02:00
Marcel Boehme
e87eca7fe8 Patching and improving AFLFast schedules. 2020-09-29 11:53:27 +00:00
hexcoder-
9eed8fe588 portability: type -> command -v, compiler warnings 2020-09-18 09:02:43 +02:00
van Hauser
2802245da7 update instrumenation/README.instrument_file.md for gcc_plugin 2020-09-08 17:15:32 +02:00
van Hauser
ded4d093ff skip crashes but keep for splices 2020-09-05 16:16:56 +02:00
vanhauser-thc
2f90f2faba code-format 2020-09-05 13:19:19 +02:00
vanhauser-thc
e30b2c6af6 final changes for pre-3.0 2020-09-05 13:18:28 +02:00
vanhauser-thc
4b3ad5f037 add cull queue, -i subdir traversal 2020-09-05 12:32:10 +02:00
David CARLIER
155ef8875a
Fix few warnings for FreeBSD case. (#536) 2020-08-31 16:37:46 +02:00