Skip to content

Commit 2cf8544

Browse files
committed
Tweak the README a bit.
1 parent 4eb4bea commit 2cf8544

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,15 @@
1010

1111
[Fuzz testing][] is a software testing technique used to find security and stability issues by providing pseudo-random data as input to the software. [American fuzzy lop][american-fuzzy-lop] is a popular, effective, and modern fuzz testing tool. This library, afl.rs, allows one to run AFL on code written in [the Rust programming language][rust].
1212

13-
## What does it look like?
14-
15-
<img src="etc/screencap.gif" width="563" height="368" alt="Screen recording of afl">
16-
17-
Screen recording of AFL running on Rust code. The code under test is [`afl/examples/hello.rs`][example] in this repository.
13+
## Documentation
1814

19-
## Book
15+
Documentation can be found in the [Rust Fuzz Book](https://rust-fuzz.github.io/book/afl.html).
2016

21-
Documentation for afl.rs can be found in the [Rust Fuzz Book](https://rust-fuzz.github.io/book/afl.html).
22-
23-
## Trophy case
17+
## What does it look like?
2418

25-
The trophy case has moved to a separate dedicated repository:
19+
<img src="etc/screencap.gif" width="563" height="368" alt="Screen recording of afl">
2620

27-
https://github.com/rust-fuzz/trophy-case
21+
Screen recording of AFL running on Rust code.
2822

2923
[conditional compilation]: https://doc.rust-lang.org/reference.html#conditional-compilation
3024
[Cargo feature]: http://doc.crates.io/manifest.html#the-[features]-section

0 commit comments

Comments
 (0)