@@ -11,21 +11,10 @@ afl-utils includes tools for:
11
11
* fuzzer queue synchronisation (` afl-sync ` )
12
12
* autonomous utility execution (` afl-cron ` )
13
13
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.
19
15
20
16
** For installation instructions see [ docs/INSTALL.md] ( https://github.com/rc0r/afl-utils/blob/master/docs/INSTALL.md ) .**
21
17
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
-
29
18
30
19
## afl-collect
31
20
@@ -455,6 +444,10 @@ Sample output:
455
444
456
445
![ afl-collect_sample] ( https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_collect_sample.png )
457
446
447
+ ### afl-sync
448
+
449
+ ![ afl-sync_diagram] ( https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl-sync-diagram.png )
450
+
458
451
### afl-multicore
459
452
460
453
Sample output (normal mode):
@@ -466,3 +459,4 @@ Sample output (normal mode):
466
459
![ afl-stats_sample] ( https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_stats_sample.png )
467
460
468
461
![ afl-stats_tweet] ( https://raw.githubusercontent.com/rc0r/afl-utils/master/.scrots/afl_stats_tweet.png )
462
+
0 commit comments