Differential Fuzzing of Bitcoin implementations

Hi, all!

I’m working on differential fuzzing of Bitcoin implementations/libraries (GitHub - brunoerg/bitcoinfuzz: Differential Fuzzing of Bitcoin implementations and libraries). I’m starting it with miniscript, so at this moment it’s fuzzing Core’s and rust-miniscript.

I’m openning this topic to raise ideas and get feedbacks about it.

8 Likes

Nice, and it seems you’ve discovered something too (bug: `pk()()` is considered a valid policy · Issue #140 · sipa/miniscript · GitHub)!

Yes, I got more crashes but I’m analyzing them before publishing them.