diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sister_projects.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sister_projects.md b/docs/sister_projects.md index 640e59f7..5cb3a102 100644 --- a/docs/sister_projects.md +++ b/docs/sister_projects.md @@ -119,10 +119,18 @@ Simplifies the triage of discovered crashes, start parallel instances, etc. https://github.com/rc0r/afl-utils +### AFL crash analyzer (floyd) + Another crash triage tool: https://github.com/floyd-fuh/afl-crash-analyzer +### afl-extras (fekir) + +Collect data, parallel afl-tmin, startup scripts. + +https://github.com/fekir/afl-extras + ### afl-fuzzing-scripts (Tobias Ospelt) Simplifies starting up multiple parallel AFL jobs. |