diff options
author | CityOfLight77 <75525669+CityOfLight77@users.noreply.github.com> | 2021-12-15 20:38:52 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 20:38:52 +0700 |
commit | a2314fc37fc2232647de0c9d434f3d2a955a4399 (patch) | |
tree | 39e3df6c85a13800951a89b67978c865fde6e9dc | |
parent | 176ede3fc82f8b6315942e103c260b93bf5cfe57 (diff) | |
download | afl++-a2314fc37fc2232647de0c9d434f3d2a955a4399.tar.gz |
Add AFLtriage in crash processing tool
-rw-r--r-- | docs/third_party_tools.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/third_party_tools.md b/docs/third_party_tools.md index 92229e84..8d40c429 100644 --- a/docs/third_party_tools.md +++ b/docs/third_party_tools.md @@ -45,6 +45,8 @@ Deployment, management, monitoring, reporting parallelize afl-tmin, startup, and data collection. Crash processing +* [AFLTriage](https://github.com/quic/AFLTriage) - + triage crashing input files using gdb. * [afl-crash-analyzer](https://github.com/floyd-fuh/afl-crash-analyzer) - another crash analyzer for AFL. * [fuzzer-utils](https://github.com/ThePatrickStar/fuzzer-utils) - a set of @@ -54,4 +56,4 @@ Crash processing * [AFLize](https://github.com/d33tah/aflize) - a tool that automatically generates builds of debian packages suitable for AFL. * [afl-fid](https://github.com/FoRTE-Research/afl-fid) - a set of tools for - working with input data. \ No newline at end of file + working with input data. |