> On Jul 28, 2020, at 20:22, Phil Leblanc <philanc@gmail.com> wrote: > > In the sqlite thread you pointed to recently, Richard Hipp suggests > that the fuzzer could be (based on) AFL (the "american fuzzy lop") [1] > [2] > > [1] https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg117815.html > [2] https://github.com/google/AFL Right, I suspect this is what the Squirrel paper describes: https://changochen.github.io/publication/squirrel_ccs2020.pdf And now Yongheng & Rui are applying a similar technic to Lua scripts instead of SQL scripts. Seems to work rather nicely altogether.