aboutsummaryrefslogtreecommitdiffstats
path: root/syz-runner
Commit message (Expand)AuthorAgeFilesLines
* executor: add runner modeDmitry Vyukov2024-06-241-144/+0
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-0/+5
* pkg/vminfo: move feature checking to hostDmitry Vyukov2024-05-151-15/+1
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-2/+1
* syz-runner: fix a typoAKSUM2024-05-021-1/+1
* pkg/ipc: make it possible to change EnvFlags between executionsDmitry Vyukov2024-04-301-1/+2
* pkg/rpctype: allow to disable timeoutsDmitry Vyukov2024-04-111-1/+1
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-1/+1
* syz-verifier: redesigned the analysis program generation and analysis flow (#...Taras Madan2022-03-221-10/+9
* pkg/host: only try enabled syscalls when starting syz-fuzzerKris Alder2022-03-081-1/+5
* syzkaller: remove RPC prefix from rpctypes (#2929)Taras Madan2021-12-161-2/+2
* syz-verifier: fix VM reboot every 5 minutes (#2923)Taras Madan2021-12-151-0/+1
* pkg/rpctype, syz-runner, syz-verifier: add reruns to syz-verifier architectureMara Mihali2021-08-061-6/+6
* pkg/instance, syz-runner, syz-verifier: add option to create a new environmen...Mara Mihali2021-07-191-1/+21
* syz-verifier: use only system calls supported by all kernels and with no tran...maramihali2021-07-131-4/+25
* pkg/instance: added threaded and collide flagsMara Mihali2021-07-061-1/+4
* syz-runner: create the initial version of the RunnerMara Mihali2021-06-301-0/+105