Skip to content

Differential Fuzzing of Bitcoin implementations and libraries

Notifications You must be signed in to change notification settings

niket-singh/bitcoinfuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoinfuzz

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

Build

cd rust_bitcoin_lib && cargo build --release && cd .. && make

Running

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

Languages

  • C++ 97.7%
  • C 1.7%
  • Other 0.6%