blog icon indicating copy to clipboard operation
blog copied to clipboard

Let's get start to fuzzing sqlite3 latest with fuzzer-test-suite

Open mylamour opened this issue 6 years ago • 0 comments

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.

mylamour avatar Jul 30 '19 09:07 mylamour