Update internals.md

This commit is contained in:
Andrey Konovalov 2020-02-25 15:01:46 +01:00 committed by GitHub
parent 0ab513798b
commit 4f58811192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
# How syzkaller works
# Linux-specific syzkaller internals
It's possible to fuzz some external Linux kernel interfaces with syzkaller.
Right now there's only support for [external fuzzing of the networking stack](external_fuzzing_network.md).
It's possible to fuzz some external Linux kernel interfaces with syzkaller:
* See [this](external_fuzzing_network.md) for details about the networking stack.
* See [this](external_fuzzing_usb.md) for details about the USB stack.