Dmitry Vyukov
8cff5843fb
vm/adb: use a more reliable way to reboot devices
2016-01-20 13:58:57 +01:00
Dmitry Vyukov
a6b573b82a
config: add another builtin suppression
2016-01-20 13:48:01 +01:00
Dmitry Vyukov
de48f7b019
vm: refactor VM interface in preparation for adb support
...
adb has more complex port forwarding setup, also / is mounted read-only.
Make VM interface more flexible to support such cases.
2016-01-11 17:33:44 +01:00
Dmitry Vyukov
62351e3ea5
fuzzer: allow to write programs to dmesg
...
Mostly useful for local VM.
2015-12-31 16:03:01 +01:00
Dmitry Vyukov
3dc36baa69
config: update suppression for new binary name
2015-12-28 15:42:06 +01:00
Dmitry Vyukov
4961230857
syz-manager: filter out programs with disabled syscalls from corpus
...
Fixes #9
2015-12-24 12:21:01 +01:00
Dmitry Vyukov
2eb388c0f8
vm: improve VM interface
...
Current interface is suitable only for running syz-fuzzer.
Make the interface more generic (boot, copy file, run an arbitrary command).
This allows to build other tools on top of vm package
(e.g. reproducer creation).
2015-12-23 19:12:45 +01:00