From 5dd39451e8797285bd8389d9aac2750a72c05522 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 19 Oct 2020 03:53:44 +0200 Subject: [PATCH] Added paper, genetic links, to afl++ --- data/fuzzers.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/data/fuzzers.json b/data/fuzzers.json index 4005a28..c1a421b 100644 --- a/data/fuzzers.json +++ b/data/fuzzers.json @@ -16,25 +16,32 @@ }, { "name": "AFL++", - "year": 2019, + "year": 2020, "author": [ - "Marc Heuse", - "Heiko Eißfeldt", "Andrea Fioraldi", - "Dominik Maier" + "Dominik Maier", + "Marc Heuse", + "Heiko Eißfeldt" ], "toolurl": "https://github.com/AFLplusplus/AFLplusplus", "miscurl": [ - "https://aflplus.plus/" + "https://aflplus.plus/", + "https://www.usenix.org/system/files/woot20-paper-fioraldi.pdf" ], "targets": [ "File" ], "references": [ "AFLFast", - "MOPT" + "MOPT", + "AFL", + "Redqueen", + "AflSmart" + ], - "color": "greybox" + "color": "greybox", + "title": "AFL++: Combining Incremental Steps of Fuzzing Research", + "booktitle": "14th USENIX Workshop on Offensive Technologies (WOOT 20)" }, { "name": "AFLFast",