diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-23 19:28:38 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-23 19:28:48 +0100 |
commit | e9be58b69c58f2561bd777c7e7961f87295d1652 (patch) | |
tree | b13c02f029dbbf547139d3ee4bd8ad1f77e7b24d | |
parent | 7aced239e8a0855d87ecc921ba5691b29202ec1e (diff) | |
download | afl++-e9be58b69c58f2561bd777c7e7961f87295d1652.tar.gz |
add citation
-rw-r--r-- | CITATION.cff | 33 |
1 files changed, 33 insertions, 0 deletions
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 |