Coder Social home page Coder Social logo

fxfactorial / fuzzyvm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mariusvanderwijden/fuzzyvm

1.0 1.0 1.0 4.62 MB

Implementation of a differential fuzzer for Ethereum Virtual Machines

License: GNU Lesser General Public License v2.1

Go 100.00%

fuzzyvm's Introduction

FuzzyVM [fuzz​ɛvm]

A framework to fuzz Ethereum Virtual Machine implementations.

FuzzyVM uses two different processes. One process generates test cases and the other one executes them on different EVM implementations. The traces of the EVM's are collected and compared against each other. If a crasher is found,

Environment

You might need to have golang < 1.15 installed as go version 1.15 includes some changes that might break go-fuzz.

Install instructions

# Clone the repo to a place of your liking using
git clone [email protected]:MariusVanDerWijden/FuzzyVM.git
# Enter the repo
cd FuzzyVM
# Build the binary
go build
# Create the fuzz-test generator as follows:
./FuzzyVM --build
# Run the fuzzer
./FuzzyVM

If the fuzzer breaks (or you shut it down) it might leave test cases laying around. You can execute the test cases with ./FuzzyVM --exec.

It makes sense to create an initial corpus in order to improve the efficiency of the fuzzer. You can generate corpus elements with ./FuzzyVM --corpus N.

Config

FuzzyVM has to be configured to know which EVMs it should use. You can specify the paths to the EVMs in a config file. An example for the config file can be found in config.toml.

fuzzyvm's People

Contributors

mariusvanderwijden avatar

Stargazers

Griffin Howlett avatar

Watchers

 avatar

Forkers

btautist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.