mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
b5df78dc5d
Right now syzkaller only supports coverage collected from the threads that execute syscalls. However some useful things happen in background threads, and it would be nice to collect coverage from those threads as well. This change adds extra coverage support to syzkaller. This coverage is not associated with a particular syscall, but rather with the whole program. Executor passes extra coverage over the same ipc mechanism to syz-fuzzer with syscall number set to -1. syz-fuzzer then passes this coverage to syz-manager with the call name "extra". This change requires the following kcov patch: https://github.com/xairy/linux/pull/2 |
||
---|---|---|
.. | ||
android | ||
kcovtrace | ||
syz-benchcmp | ||
syz-bisect | ||
syz-cover | ||
syz-crush | ||
syz-db | ||
syz-declextract | ||
syz-env | ||
syz-execprog | ||
syz-fmt | ||
syz-headerparser | ||
syz-imagegen | ||
syz-mutate | ||
syz-prog2c | ||
syz-repro | ||
syz-runtest | ||
syz-stress | ||
syz-symbolize | ||
syz-trace2syz | ||
syz-tty | ||
syz-upgrade | ||
check_links.py | ||
create-gce-image.sh | ||
create-image.sh | ||
create-openbsd-gce-ci.sh | ||
create-openbsd-vmm-worker.sh | ||
demo_setup.sh |