From 636750ef2f990df293078389fccd41bd4f001c7a Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Fri, 8 Dec 2023 08:17:20 +0100 Subject: [PATCH] README: main: switch from go-fuzz to the builtin fuzzer --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1b8e58d..9ccb3ad 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ git clone git@github.com:MariusVanDerWijden/FuzzyVM.git cd FuzzyVM # Build the binary go build -# Create the fuzz-test generator as follows: -./FuzzyVM build # Create an initial corpus ./FuzzyVM corpus --count 100 # Run the fuzzer