From 82cae3dc037cb0fc30e672e2b8d68bac1e99d977 Mon Sep 17 00:00:00 2001 From: Rohan Padhye Date: Sat, 13 Jul 2024 11:26:34 -0400 Subject: [PATCH] README: Add link to ISSTA'23 paper --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e34df2b..abef8e0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Mu2 is a fuzz testing platform for mutation-guided fuzzing, built on top of the For more questions, feel free to email [Bella Laybourn](mailto:ilaybour@andrew.cmu.edu), [Vasu Vikram](mailto:vasumv@cmu.edu), or [Rohan Padhye](https://rohan.padhye.org). +## Research Paper - ISSTA 2023 + +Mu2 is described in the following research paper: + +> Vasudev Vikram, Isabella Laybourn, Ao Li, Nicole Nair, Kelton OBrien, Rafaello Sanna, and Rohan Padhye. 2023. **Guiding Greybox Fuzzing with Mutation Testing**. In Proceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2023). Association for Computing Machinery, New York, NY, USA, 929–941. https://doi.org/10.1145/3597926.3598107 + ## Build + Test + Install To install Mu2, run the following: