hexcoder-
1e503a586d
first realisation of splitting floating point compares
...
activated with AFL_LLVM_LAF_SPLIT_COMPARES=1
needs testing on big endian machines
A compare is split into
sign integer comparison
exponent integer comparison
mantissa/fraction integer comparison
These integer comparisons are further splitted if they are
bigger than a byte.
2019-09-22 08:02:56 +02:00
van Hauser
428b88a82a
added afl_custom_mutator_only
2019-09-16 16:17:16 +02:00
van Hauser
461e717157
doc update
2019-09-13 14:22:31 +02:00
van Hauser
e76ad2980f
added force-ui env
2019-09-02 09:41:52 +02:00
Andrea Fioraldi
b1ebd62c78
update env_variables.txt with compcov levels
2019-08-21 09:57:26 +02:00
van Hauser
2971b5b315
documentation update
2019-08-08 10:36:43 +02:00
Andrea Fioraldi
914426d887
Merge pull request #26 from vanhauser-thc/qemu-compcov
...
Qemu CompCov
2019-07-20 14:23:07 +02:00
Heiko Eißfeldt
fe084b9866
several documentation fixes
2019-07-19 11:17:30 +02:00
Andrea Fioraldi
8dc326e1f1
env variables update
2019-07-19 01:13:14 +02:00
Denis Kasak
73f8ab3aa8
Fix typo: add missing underscore
2019-07-16 18:13:54 +00:00
van Hauser
0af9f664db
env doc update for gcc_plugin
2019-07-16 08:52:13 +02:00
van Hauser
3252523823
fixing commit fuckup
2019-07-15 11:22:54 +02:00
van Hauser
013a1731d5
set instrim as default and updated documentation
2019-07-14 19:48:28 +02:00
van Hauser
c0332ad98b
Merge branch 'master' into neverZero_counters
2019-07-05 13:27:38 +02:00
van Hauser
7f6aaa5314
final touches
2019-07-05 11:28:08 +02:00
van Hauser
b57b2073ac
LAF_... -> AFL_LLVM_LAF_...
2019-07-03 12:05:58 +02:00
Hexcoder
45be91ff48
experimental implementation of counters that skip zero on overflow.
...
Enable with AFL_NZERO_COUNTS=1 during compilation of target.
2019-06-25 22:03:59 +02:00
van Hauser
0104e99caa
llvm_mode whitelist (partial instrumentation) support added
2019-06-25 12:00:12 +02:00
van Hauser
1d6e1ec61c
Python 2.7 mutator module support added
2019-06-19 19:45:05 +02:00
van Hauser
f367728c44
afl++ 2.52c initial commit
2019-05-28 16:40:24 +02:00