From fe66a95d96aa1b28a80246069b306f5c38bd41a3 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 28 Aug 2024 15:31:15 +0200 Subject: add autotokens-standalone --- custom_mutators/autotokens/standalone/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 custom_mutators/autotokens/standalone/README.md (limited to 'custom_mutators/autotokens/standalone/README.md') diff --git a/custom_mutators/autotokens/standalone/README.md b/custom_mutators/autotokens/standalone/README.md new file mode 100644 index 00000000..9e9babf7 --- /dev/null +++ b/custom_mutators/autotokens/standalone/README.md @@ -0,0 +1,12 @@ +# Autotokens standalone mutator + +this is a standalone version of the AFL++ autotokens custom mutator. + +just type `make` to build. + +You *MUST* use a dictionary file to have an effective grammarless grammar fuzzer! + +``` +autotokens-standalone -h # to see all parameteres +autotokens-standalone -x foo.dict inputfile outputfile # example +``` -- cgit 1.4.1