𝛑
𝛑

Fuzzing Learning Notes: sqlite3 with fuzzer-test-suite

In this blog, all you need is only https://github.com/google/fuzzer-test-suite/ .

First, prepare your environment, it must be installed with docker and git. Then, let’s start.
Look at this picture, all steps will happen when you
git clone https://github.com/google/fuzzer-test-suite/ && cd fuzzer-test-suite.

So, just follow the picture step by step, and you’ll eventually get it running (just for learning).
And you should know, the most important thing is the fuzzer — you can customize it yourself, and most of the time
your results depend on it.

image
image

Good luck to you, hope you can find bugs in sqlite3.