-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: main: switch from go-fuzz to the builtin fuzzer (#32)
* README: main: switch from go-fuzz to the builtin fuzzer * README: main: switch from go-fuzz to the builtin fuzzer
- Loading branch information
1 parent
97c0701
commit 9f36b6e
Showing
2 changed files
with
7 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ FuzzyVM creates state tests that can be used to differential fuzz EVM implementa | |
It only focus on the test generation part, the test execution is handled by [goevmlab](https://github.com/holiman/goevmlab). | ||
|
||
## Environment | ||
You need to have golang, go-fuzz, go-fuzz-build, and go-ethereum installed | ||
You need to have golang and go-ethereum installed | ||
|
||
## Install instructions | ||
|
||
|
@@ -16,8 +16,6 @@ git clone [email protected]: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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters