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 From 319c7457ffd77112406fdb3b705722e392d91458 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 23 Jan 2022 19:31:04 +0100 Subject: fix citation --- CITATION.cff | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'CITATION.cff') diff --git a/CITATION.cff b/CITATION.cff index 7f00388f..cdc8a46e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,20 +1,19 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: + - given-names: Heuse + family-names: Marc + name-particle: van Hauser + email: mh@mh-sec.de + - given-names: Eißfeldt + family-names: Heiko + email: heiko.eissfeldt@hexco.de - 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 -- cgit 1.4.1 From 86983f406010a752f72aca1ac7e62dbdd47080b2 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 23 Jan 2022 19:31:33 +0100 Subject: fix citation --- CITATION.cff | 1 - 1 file changed, 1 deletion(-) (limited to 'CITATION.cff') diff --git a/CITATION.cff b/CITATION.cff index cdc8a46e..94841ec0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,6 @@ message: "If you use this software, please cite it as below." authors: - given-names: Heuse family-names: Marc - name-particle: van Hauser email: mh@mh-sec.de - given-names: Eißfeldt family-names: Heiko -- cgit 1.4.1 From a790bf6cc2bb63f0659d8c96b46f5f4db2f9d4bc Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 23 Jan 2022 19:32:38 +0100 Subject: fix citation --- CITATION.cff | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'CITATION.cff') diff --git a/CITATION.cff b/CITATION.cff index 94841ec0..efd6cad8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,17 +1,17 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - - given-names: Heuse - family-names: Marc + - given-names: Marc + family-names: Heuse email: mh@mh-sec.de - - given-names: Eißfeldt - family-names: Heiko + - given-names: Heiko + family-names: Eißfeldt email: heiko.eissfeldt@hexco.de - - given-names: Fioraldi - family-names: Andrea + - given-names: Andrea + family-names: Fioraldi email: andreafioraldi@gmail.com - - given-names: Maier - family-names: Dominik + - given-names: Dominik + family-names: Meier email: mail@dmnk.co title: "AFL++" version: 3.14 -- cgit 1.4.1