diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 21:29:15 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 21:29:15 +0100 |
commit | 415be06c54a61ae87fd8a99da2ee12d1ea5d1638 (patch) | |
tree | bcda794dd21cd18014e405485e13db3fb25850f8 | |
parent | 6eab6a55af74754cd0229012f1c9543c0c3cb2a7 (diff) | |
download | afl++-415be06c54a61ae87fd8a99da2ee12d1ea5d1638.tar.gz |
Add links to orphaned files
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/afl-fuzz_approach.md | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index b70eb1ab..21724696 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Here is some information to get you started: * For releases, see the [Releases tab](https://github.com/AFLplusplus/AFLplusplus/releases) and [branches](#branches). Also take a look at the list of - [important changes in AFL++](docs/important_changes.md). + [important changes in AFL++](docs/important_changes.md) and the list of + [features](docs/features.md). * If you want to use AFL++ for your academic work, check the [papers page](https://aflplus.plus/papers/) on the website. * To cite our work, look at the [Cite](#cite) section. diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index 3804f5a0..a72087c2 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -466,6 +466,7 @@ cd ../../ sudo make install ``` +To learn more about remote monitoring and metrics visualization with StatsD, see [rpc_statsd.md](rpc_statsd.md). ### Addendum: status and plot files |