Skip to content

Commit 912a278

Browse files
committed
update docs
1 parent 050aab4 commit 912a278

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
afl-cov-0.7.0
2+
- python3 improvements by @domenukk - much faster now
3+
4+
afl-cov-0.6.6
5+
- support clang for gathering coverage
6+
17
afl-cov-0.6.5 (2020-05-28)
28
- switched to python3
39

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# afl-cov - AFL Fuzzing Code Coverage
22

3-
Version: 0.6.6
3+
Version: 0.7.0
44

55
- [Preface](#preface)
66
- [Introduction](#introduction)
@@ -19,6 +19,7 @@ This is a modified afl-cov fork because the original author's account is
1919
inactive :-(
2020

2121
It has several improvements:
22+
* Much, much faster!
2223
* afl-cov now accepts "@@" like AFL++ in the target command parameters
2324
* afl-cov now can send to targets that read on stdin (just omit @@)
2425
* afl-cov has a timeout -T option to hangs are not an issue, default 5s

afl-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# new functions and line coverage evolve from an AFL fuzzing cycle.
99
#
1010
# Copyright (C) 2015-2016 Michael Rash ([email protected])
11-
# Copyright (C) 2018-2020 Marc "vanHauser" Heuse ([email protected])
11+
# Copyright (C) 2018-2021 Marc "vanHauser" Heuse ([email protected])
1212
#
1313
# License (GNU General Public License version 2 or any later version):
1414
#

0 commit comments

Comments
 (0)