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
2044c7e2b5
fix include
2021-01-27 08:41:45 +01:00
36b5336152
better foreign sync name
2021-01-26 22:45:59 +01:00
9c393adbb9
real fix plus code format
2021-01-26 17:12:11 +01:00
e0663c91b9
wip fix
2021-01-26 12:15:13 +01:00
0a3a708f9b
less stack mem req
2021-01-23 10:01:09 +01:00
258ae1632a
stack 2 heap
2021-01-22 21:10:23 +01:00
a0e884cf8b
merge cmplog
2021-01-15 16:56:40 +01:00
0246fe9200
fix 32-bit mode, fix weighting
2020-12-30 10:34:22 +01:00
e9a306a50e
fix localtime warnings from CodeQL
2020-12-29 10:25:48 +01:00
14c67f15c9
small fixes
2020-12-16 14:22:09 +01:00
609f3d0265
fixed gcc analyzer warnings
2020-12-11 13:29:45 +01:00
a2e2fae840
AFL_CRASH_EXITCODE env var added, u8->bool
2020-12-03 14:43:06 +01:00
b260204b72
Solaris/Illumos build fix. ( #609 )
2020-11-18 19:13:03 +01:00
1cc637a0a0
support AFL_LLVM_INSTRUMENT env for our own PCGUARD
2020-11-16 10:59:09 +01:00
40e10895a2
now really fix -n
2020-11-14 17:21:43 +01:00
30cd8a8397
fix non instrumented mode, fix check_binary
2020-11-14 12:28:51 +01:00
e5f30c6908
fix testcache bug
2020-10-24 16:28:46 +02:00
2e8ec1e339
allow symbolize=1 for asan/debug
2020-10-23 22:49:20 +02:00
638bf19b65
DragonFlyBSD build fix proposal.
2020-10-14 17:21:22 +01:00
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
6a397d6111
add new seed selection algo and make it the default
2020-10-11 14:31:31 +02:00
383cd487a2
small improvements to Marcel's patch, fix laf-intel + redqueen crashes
2020-09-29 15:02:57 +02:00
e87eca7fe8
Patching and improving AFLFast schedules.
2020-09-29 11:53:27 +00:00
9eed8fe588
portability: type -> command -v, compiler warnings
2020-09-18 09:02:43 +02:00
2802245da7
update instrumenation/README.instrument_file.md for gcc_plugin
2020-09-08 17:15:32 +02:00
ded4d093ff
skip crashes but keep for splices
2020-09-05 16:16:56 +02:00
2f90f2faba
code-format
2020-09-05 13:19:19 +02:00
e30b2c6af6
final changes for pre-3.0
2020-09-05 13:18:28 +02:00
4b3ad5f037
add cull queue, -i subdir traversal
2020-09-05 12:32:10 +02:00
155ef8875a
Fix few warnings for FreeBSD case. ( #536 )
2020-08-31 16:37:46 +02:00
4566bcf122
code-format
2020-08-31 10:57:01 +02:00
1efc6e59b7
Added out_file value when using stdio ( #524 )
2020-08-24 21:18:51 +02:00
af14acf2c1
Revert "Merge branch 'debug' into dev"
...
This reverts commit a7537b5511
, reversing
changes made to 15e799f7ae
.
2020-08-14 14:35:05 +02:00
b604f5eafc
finalize first beta! yay!
2020-08-11 18:06:18 +02:00
220dc4a43d
review done, pray
2020-08-11 16:25:35 +02:00
457f627101
move taint_mode var
2020-08-11 15:10:18 +02:00
ff40359a60
fixes
2020-08-09 21:09:07 +02:00
b60663c031
taint integration done
2020-08-09 18:48:12 +02:00
27abecbff5
compile fixes on 32-bit OSs
2020-08-07 21:07:05 +02:00
22d3a5e90a
enabled Wextra, fixed bugs
2020-08-07 16:55:58 +02:00
38bed607d1
code format
2020-08-03 20:50:47 +02:00
16b674c652
fix find free cpu
2020-07-31 18:35:43 +02:00
729445b64f
Bind cpu ( #480 )
...
* silence compiletime warning
* refactored cpu binding
* formatted code
2020-07-31 18:17:03 +02:00
320f26d26f
add -b option to afl-fuzz
2020-07-30 19:00:41 +02:00
9cddbc0420
add -F option to sync to foreign fuzzer queues
2020-07-24 12:26:52 +02:00
2ba88dcd8a
skip large files, dont bail
2020-07-23 14:17:29 +02:00
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
83790d65af
eliminate race condition for cpu affinity on -M/-S
2020-07-08 11:16:39 +02:00
a49b5ef072
allow /tmp
2020-06-22 07:16:24 +02:00