diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-19 15:03:10 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-02-19 15:03:10 +0100 |
commit | 3195119dada6cfb35b52bd2a4d8bc5fe9f5d560d (patch) | |
tree | 73b991ebcc2b7d3bd8d36a1f51d4044ccc13eb9b | |
parent | 5dd35f5281afec0955c08fe9f99e3c83222b7764 (diff) | |
download | afl++-3195119dada6cfb35b52bd2a4d8bc5fe9f5d560d.tar.gz |
pointer to cite in readme
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md index 00095390..394193d2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ mutations, more and better instrumentation, custom module support, etc. If you want to use afl++ for your academic work, check the [papers page](https://aflplus.plus/papers/) - on the website. + on the website. To cite our work, look at the [Cite](#cite) section. ## Major changes in afl++ 3.0 @@ -1167,6 +1167,11 @@ Thank you! ## Cite If you use AFLplusplus in scientific work, consider citing [our paper](https://www.usenix.org/conference/woot20/presentation/fioraldi) presented at WOOT'20: + ++ Andrea Fioraldi, Dominik Maier, Heiko Eißfeldt, and Marc Heuse. “AFL++: Combining incremental steps of fuzzing research”. In 14th USENIX Workshop on Offensive Technologies (WOOT 20). USENIX Association, Aug. 2020. + +Bibtex: + ``` @inproceedings {AFLplusplus-Woot20, author = {Andrea Fioraldi and Dominik Maier and Heiko Ei{\ss}feldt and Marc Heuse}, |