🥷
🥷

Fuzzing学习笔记:fuzzing sqlite3 latest 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 was happed when you
git clone https://github.com/google/fuzzer-test-suite/ && cd fuzzer-test-suite.

So, just follow the picture step by step, finally you would make it running(Just for learning).
And you should know, most important is fuzzer, you can custom it by yourself, and most time
you result was depend on it.

image
image

Good luck to you, wish you can find the bug in sqlite3.