From e9be58b69c58f2561bd777c7e7961f87295d1652 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 23 Jan 2022 19:28:38 +0100 Subject: add citation --- CITATION.cff | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CITATION.cff (limited to 'CITATION.cff') diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..7f00388f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,33 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - given-names: Fioraldi + family-names: Andrea + email: andreafioraldi@gmail.com + - given-names: Maier + family-names: Dominik + email: mail@dmnk.co + - given-names: Eißfeldt + family-names: Heiko + email: heiko.eissfeldt@hexco.de + - given-names: Heuse + family-names: Marc + name-particle: van Hauser + email: vh@thc.org + affiliation: The Hacker's Choice +title: "AFL++" +version: 3.14 +type: software +date-released: 2021-07-19 +url: "https://github.com/AFLplusplus/AFLplusplus" +keywords: + - fuzzing + - fuzzer + - fuzz-testing + - instrumentation + - afl-fuzz + - qemu + - llvm + - unicorn-emulator + - securiy +license: AGPL-3.0-or-later -- cgit 1.4.1