From 5c18dca79229f286137db267260e220475fef7e5 Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:07:13 +0100 Subject: [PATCH] Fixed Link in baby_fuzzer_nautilus (#1824) --- fuzzers/baby_fuzzer_nautilus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/baby_fuzzer_nautilus/README.md b/fuzzers/baby_fuzzer_nautilus/README.md index e5917fce39..2a859c898a 100644 --- a/fuzzers/baby_fuzzer_nautilus/README.md +++ b/fuzzers/baby_fuzzer_nautilus/README.md @@ -1,9 +1,9 @@ ## baby nautilus fuzzer -(Nautilus)[https://www.ndss-symposium.org/ndss-paper/nautilus-fishing-for-deep-bugs-with-grammars/] is a coverage-guided and grammar-based fuzzer. It needs to read the mruby's context-free grammar stored in `grammar.json`. And then use the corresponding feedback, generator, and mutator to fuzz. +[Nautilus](https://www.ndss-symposium.org/ndss-paper/nautilus-fishing-for-deep-bugs-with-grammars/) is a coverage-guided and grammar-based fuzzer. It needs to read the mruby's context-free grammar stored in `grammar.json`. And then use the corresponding feedback, generator, and mutator to fuzz. `libafl::mutators::nautilus` contains: ``` NautilusInput,NautilusContext NautilusChunksMetadata,NautilusFeedback NautilusGenerator NautilusRandomMutator,NautilusRecursionMutator,NautilusSpliceMutator -``` \ No newline at end of file +```