hexcoder
66fa76a061
typo
2021-03-18 16:41:02 +01:00
vanhauser-thc
10fb46301c
afl-fuzz cleanup
2021-03-18 11:05:53 +01:00
vanhauser-thc
94312796f9
better map variability
2021-03-17 13:16:02 +01:00
vanhauser-thc
5e2a5f1110
shmem map size in config.h
2021-03-17 10:27:23 +01:00
vanhauser-thc
dda4757b35
debug
2021-03-17 01:40:27 +01:00
vanhauser-thc
413807db01
lto test
2021-03-17 01:25:21 +01:00
vanhauser-thc
f59ef29c26
fix attempt
2021-03-17 01:08:10 +01:00
Andrea Fioraldi
73641be796
Merge pull request #819 from realmadsci/qemu-consistent-preload
...
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
2021-03-16 09:08:23 +01:00
realmadsci
01ad7610be
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
...
These are now processed in afl-qemu-trace so that the "copy+paste" code
that is in all of the other AFL tools can be removed.
This also allows the AFL_USE_QASAN flag to work the same when used
with tools like afl-fuzz as it does with afl-qemu-trace. This is
important in situations where loading the QASAN library changes
the address of your desired entrypoint, or for crash validation
using the same environment that afl-fuzz was using.
With this change, the same set of environment variables can be used
in exactly the same way between afl-fuzz, afl-showmap, and
afl-qemu-trace, and you will get exactly the same guest environment.
2021-03-15 13:03:16 -07:00
aflpp
61c8304f24
fixes
2021-03-15 20:32:01 +01:00
Dominik Maier
3753f56c25
make get_offsets executable
2021-03-12 03:47:12 +01:00
aflpp
8ff5063545
fix
2021-03-11 18:03:18 +01:00
aflpp
b7d90a9e31
new auto map
2021-03-11 09:32:22 +01:00
vanhauser-thc
adeb0d18b1
fix the auto map fix
2021-03-11 08:59:34 +01:00
vanhauser-thc
a10a627622
fix auto map discovery
2021-03-10 19:22:57 +01:00
vanhauser-thc
a0c3011673
change map_size tests
2021-03-10 11:08:03 +01:00
Dominik Maier
851231c846
fixed scan-build warnings
2021-03-10 01:15:38 +01:00
David CARLIER
5fab0fa51f
setting general schedule priority for performance on Mac.
2021-03-09 20:27:48 +00:00
vanhauser-thc
f0c7967fbf
add new tutorial
2021-03-03 08:58:09 +01:00
vanhauser-thc
108e588e88
add de-unicoded dictionary entries
2021-03-02 17:46:43 +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
35ca51c5a8
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
2021-02-24 21:29:09 +01:00
Andrea Fioraldi
047f3436e9
edges in plot file
2021-02-24 21:29:00 +01:00
hexcoder
48a1a29baa
typos
2021-02-24 20:34:33 +01:00
vanhauser-thc
fb2a6b6941
minimum sync time
2021-02-22 16:56:35 +01:00
vanhauser-thc
70fe872940
ensure a valid seed exists
2021-02-22 16:39:38 +01:00
vanhauser-thc
a252943236
another fix for disabled entries
2021-02-22 12:59:01 +01:00
vanhauser-thc
974aab6cf6
cmplog config.h -> -l option
2021-02-21 17:53:09 +01:00
vanhauser-thc
100aac4dd3
-t help
2021-02-20 14:15:38 +01:00
Dominik Maier
c5017945f7
merged
2021-02-15 14:07:10 +01:00
Dominik Maier
512f53984c
fixed scan-build issues
2021-02-15 13:51:32 +01:00
vanhauser-thc
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
vj-27
96cdc97c98
prev_run_time loaded used only for ui and when writing the stats file
2021-02-07 03:33:47 +05:30
vj-27
f54c4dbfdb
set prev_run_time inside afl state
2021-02-06 09:41:15 +00:00
vj-27
1a8c242d28
load run time and donot load pending_* or *_favoured
2021-02-05 19:46:24 +00:00
vj-27
6f163bb0c5
load existing stats file when in AFL_AUTORESUME or -i -
2021-02-05 00:26:23 +00:00
van Hauser
90fdafa1ad
fix warnings and an llvm cmplog+lto panic
2021-02-01 22:59:41 +01:00
van Hauser
b9f469e12f
make some really weird targets compile
2021-02-01 20:00:29 +01:00
van Hauser
80fc6166d0
adjust expand havoc
2021-02-01 16:28:52 +01:00
van Hauser
4018e7f8e5
mv cmplog options to config.h
2021-02-01 16:23:40 +01:00
van Hauser
32110a04c0
fixes
2021-02-01 15:51:04 +01:00
van Hauser
812cf4c9e0
reorder
2021-02-01 15:21:39 +01:00
van Hauser
374fa8af47
add case when cmplog map neds to be larger
2021-02-01 14:56:22 +01:00
van Hauser
88155d2c3b
make dominik more happy - no auto map size for qemu+unicorn
2021-02-01 13:04:39 +01:00
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