Skip to content

Differential Fuzzing of Bitcoin implementations and libraries

Notifications You must be signed in to change notification settings

brunoerg/bitcoinfuzz

Repository files navigation

bitcoinfuzz

Differential Fuzzing of Bitcoin implementations and libraries. It currently supports Bitcoin Core, btcd, rust-bitcoin and rust-miniscript. Note this project is a WIP and might be not stable.

Installation

First clone the repo and open it using:

git clone --recursive https://github.com/brunoerg/bitcoinfuzz && cd bitcoinfuzz

Next update the submodules:

git submodule update

Now, you can build the project by running:

make

Once the compilation is complete bitcoinfuzz can be executed by:

FUZZ=target_name ./bitcoinfuzz

Bugs/inconsistences found by Bitcoinfuzz

About

Differential Fuzzing of Bitcoin implementations and libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages