diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-10-15 19:41:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 19:41:27 +0200 |
commit | 1818d1c6a7db21ec5e7799927127ab6c47a0c447 (patch) | |
tree | 39c4091345c375d970dc1e93ee8f804dee13eaa6 | |
parent | ee66cd7b27315b2003b005d2f215191d5db954c8 (diff) | |
download | afl++-1818d1c6a7db21ec5e7799927127ab6c47a0c447.tar.gz |
Added citation instruction
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md index c7793dff..f9ff88c8 100644 --- a/README.md +++ b/README.md @@ -1101,6 +1101,20 @@ without feedback, bug reports, or patches from: Thank you! (For people sending pull requests - please add yourself to this list :-) +## Cite + +If you use AFLplusplus in scientific work, consider citing [https://www.usenix.org/conference/woot20/presentation/fioraldi](our paper) presented at WOOT'20: +``` +@inproceedings {AFLplusplus-Woot20, + author = {Andrea Fioraldi and Dominik Maier and Heiko Ei{\ss}feldt and Marc Heuse}, + title = {{AFL++}: Combining Incremental Steps of Fuzzing Research}, + booktitle = {14th {USENIX} Workshop on Offensive Technologies ({WOOT} 20)}, + year = {2020}, + publisher = {{USENIX} Association}, + month = aug, +} +``` + ## Contact Questions? Concerns? Bug reports? The contributors can be reached via |