Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Commit b48323d

Browse files
committed
Some README cleanup.
1 parent fd3c6a8 commit b48323d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,10 @@ afl-utils includes tools for:
1111
* fuzzer queue synchronisation (`afl-sync`)
1212
* autonomous utility execution (`afl-cron`)
1313

14-
![afl-stats_sample](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_stats_sample.png)
15-
16-
![afl-collect_sample](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_collect_sample.png)
17-
18-
![afl-sync_diagram](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl-sync-diagram.png)
14+
Various [screenshots](#Screenshots) of the tools in action can be found at the end of this file.
1915

2016
**For installation instructions see [docs/INSTALL.md](https://github.com/rc0r/afl-utils/blob/master/docs/INSTALL.md).**
2117

22-
In versions 1.03a and 1.04a multi-threading capabilities have been introduced to speed up things.
23-
However if you observe some strange behaviour in one of these (or later) versions, please file a
24-
bug report (either open an issue here on GH or send it in directly to `hlt99 at blinkenshell dot org`).
25-
The latest non-multi-threading release that comes with all features is 1.02a. So if running the
26-
multi-threaded version is somehow troubling for you, you can always `git checkout v1.02a` after cloning.
27-
I might be adding a separate branch for multi-threaded afl-utils releases in the future.
28-
2918

3019
## afl-collect
3120

@@ -455,6 +444,10 @@ Sample output:
455444

456445
![afl-collect_sample](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_collect_sample.png)
457446

447+
### afl-sync
448+
449+
![afl-sync_diagram](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl-sync-diagram.png)
450+
458451
### afl-multicore
459452

460453
Sample output (normal mode):
@@ -466,3 +459,4 @@ Sample output (normal mode):
466459
![afl-stats_sample](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_stats_sample.png)
467460

468461
![afl-stats_tweet](https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_stats_tweet.png)
462+

0 commit comments

Comments
 (0)