aboutsummaryrefslogtreecommitdiffstats
path: root/syz-verifier/main.go
Commit message (Expand)AuthorAgeFilesLines
* vm: make sure vm.Pools are cleaned upCameron Finucane2024-09-191-0/+1
* syz-verifier: use ignore flag because go mod tidy knows itTaras Madan2024-07-021-1/+1
* pkg/ipc: remove ProgInfoDmitry Vyukov2024-05-211-0/+4
* syz-verifier: move the monitoring binding address to configurationAKSUM2024-05-061-3/+3
* syz-verifier: redesigned the analysis program generation and analysis flow (#...Taras Madan2022-03-221-30/+3
* syz-verifier: add monitoring api (#2869)Taras Madan2021-11-091-0/+7
* syz-verifier: move select{} to main (#2858)Taras Madan2021-11-031-0/+2
* syz-verifier: move Verifier to verifier.goTaras Madan2021-10-151-242/+0
* syz-verifier: rename verifier.go and Result to better reflect internalsTaras Madan2021-10-151-3/+1
* syz-verifier: add rpcserver.go and move all the related stuff thereTaras Madan2021-10-151-202/+2
* syz-verifier: remove verifier, io and os/signal from the stats dependenciesTaras Madan2021-10-151-2/+34
* syz-verifier: change logger to support verbosity (#2809)tarasmadan2021-10-121-6/+6
* syz-verifier: fix qemu vm leakage (#2804)tarasmadan2021-10-071-27/+35
* syz-verifier: fixes the crash of the app run w/o parameters (#2800)tarasmadan2021-10-061-1/+6
* pkg/report: separate reporter wrapper from OS-specific implementationsAleksandr Nogikh2021-08-061-1/+1
* pkg/rpctype, syz-runner, syz-verifier: add reruns to syz-verifier architectureMara Mihali2021-08-061-36/+106
* docs: add documentation for syz-verifierMara Mihali2021-08-051-0/+3
* syz-verifier: ensure Results are gathered and sent in orderMara Mihali2021-07-241-8/+7
* syz-verifier: change poolInfo.vmRunners from a slice to a mapMara Mihali2021-07-221-16/+11
* syz-verifier: include crashes in the results verificationMara Mihali2021-07-221-24/+17
* syz-verifier: gather stats based on ReturnState not just ErrnoMara Mihali2021-07-221-6/+1
* syz-verifier: move all files to main packageMara Mihali2021-07-221-11/+9
* syz-verifier: introduce a ReturnState structureMara Mihali2021-07-221-4/+4
* pkg/instance, syz-runner, syz-verifier: add option to create a new environmen...Mara Mihali2021-07-191-1/+5
* syz-verifier: add errno descriptions in result reportsMara Mihali2021-07-191-1/+6
* syz-verifier: report the number of programs executed per minuteMara Mihali2021-07-191-0/+1
* syz-verifier: add flag to specify stats output locationMara Mihali2021-07-191-1/+16
* syz-verifier: create startInstances functionMara Mihali2021-07-191-4/+10
* syz-verifier: move stats gathering in the Verify functionMara Mihali2021-07-191-9/+3
* syz-verifier: use the stats packageMara Mihali2021-07-191-3/+13
* syz-verifier: use only system calls supported by all kernels and with no tran...maramihali2021-07-131-30/+113
* syz-verifier: account for corner cases and improve test coverage (#2661)maramihali2021-07-131-4/+24
* syz-verifier: improve readability of resultsMara Mihali2021-07-081-11/+22
* pkg/instance: added threaded and collide flagsMara Mihali2021-07-061-1/+1
* syz-verifier: add result processing functionalityMara Mihali2021-07-061-27/+84
* syz-verifier: add the starting point of syz-verifierMara Mihali2021-06-301-0/+331