mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 05:40:26 +00:00
3fd92b9694
Add a new isolated VM for machines that you cannot easily manage. It assumes the machine is only available through SSH and create a reverse proxy to ensure the machine can connect back to syz-manager. Signed-off-by: Thomas Garnier <thgarnie@google.com>
1.5 KiB
1.5 KiB
How to install syzkaller
Generic setup instructions are outlined here. Instructions for a particular VM or kernel arch can be found on these pages:
- Setup: Ubuntu host, QEMU vm, x86-64 kernel
- Setup: Ubuntu host, Odroid C2 board, arm64 kernel
- Setup: Linux host, QEMU vm, arm64 kernel
- Setup: Linux host, Android device, arm64 kernel
- Setup: Linux isolated host
After following these instructions you should be able to run syz-manager
, see it executing programs and be able to access statistics exposed at http://127.0.0.1:56741
:
$ ./bin/syz-manager -config=my.cfg
2017/06/14 16:39:05 loading corpus...
2017/06/14 16:39:05 loaded 0 programs (0 total, 0 deleted)
2017/06/14 16:39:05 serving http on http://127.0.0.1:56741
2017/06/14 16:39:05 serving rpc on tcp://127.0.0.1:34918
2017/06/14 16:39:05 booting test machines...
2017/06/14 16:39:05 wait for the connection from test machine...
2017/06/14 16:39:59 received first connection from test machine vm-9
2017/06/14 16:40:05 executed programs: 9, crashes: 0
2017/06/14 16:40:15 executed programs: 13, crashes: 0
2017/06/14 16:40:25 executed programs: 15042, crashes: 0
2017/06/14 16:40:35 executed programs: 24391, crashes: 0
More information on the configuration file format is available here.