Syzkaller: Future development

Session information has not yet been published for this event.

*

One Line Summary

Making syzkaller even more efficient

Abstract

Syzkaller is a new coverage-guided system call fuzzer (https://github.com/google/syzkaller). It has found more than 200 previously unknown bugs in less than 6 months.
In this talk I will outline syzkaller operation and share our ideas about making syzkaller even more efficient in finding bugs and finding more classes of bugs.

Tags

testing, fuzzing

Presentation Materials

slides

Speaker

  • Dmitry-vyukov

    Dmitry Vyukov

    Google

    Biography

    Dmitry Vyukov works as a programmer at Google. He works on dynamic testing tools for C/C++ and Go – Address/Memory/ThreadSanitizer, and on similar tools for Linux kernel. He is also interested in
    randomized testing/fuzzing, wrote syzkaller (system call fuzzer), go-fuzz (fuzzing system for Go) and GoSmith (random program generator). Active contributor to Go language, implemented scalable goroutine scheduler, network poller and parallel garbage collector. Dmitry is an expert in multithreading, concurrency and synchronization, author of a dozen of novel lock-free algorithms, holds Intel BlackBelt title.