aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
Commit message (Expand)AuthorAgeFilesLines
...
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-9/+43
* executor: fix 32-bit buildDmitry Vyukov2019-05-071-3/+3
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-4/+4
* executor: adjust waiting time for all usb syzcallsAndrey Konovalov2019-04-231-8/+14
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-1/+14
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-0/+6
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-6/+12
* executor: fix detection of blocked callsDmitry Vyukov2019-02-131-2/+1
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-16/+8
* executor: remove ability to detect kernel bugsDmitry Vyukov2019-01-311-16/+1
* executor: unbreak on OpenBSDAnton Lindqvist2019-01-191-1/+0
* all: detect extra coverage supportAndrey Konovalov2019-01-161-4/+9
* all: support extra coverageAndrey Konovalov2019-01-161-16/+55
* executor: fix max number of syscall argsDmitry Vyukov2018-12-261-1/+1
* executor: create more net devices on linuxDmitry Vyukov2018-12-261-6/+6
* prog, pkg/csource: more readable serialization for stringsDmitry Vyukov2018-12-151-0/+1
* executor: move setrlimit from setup_control_pipes to bsd os_initDmitry Vyukov2018-12-141-6/+0
* executor: reapply setuid sandbox for bsdGreg Steuck2018-12-111-0/+6
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-23/+39
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-26/+38
* executor: fix buildDmitry Vyukov2018-09-201-0/+13
* executor: fix buildDmitry Vyukov2018-09-201-3/+3
* executor: move debug_dump_data() into common_linux.hAnton Lindqvist2018-09-201-13/+0
* executor: remove unused var flag_sandbox_privsDmitry Vyukov2018-09-171-32/+31
* executor: make sandboxes more modularDmitry Vyukov2018-09-171-0/+6
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-3/+10
* Add mandatory OpenBSD bits (#689)Anton Lindqvist2018-08-281-1/+1
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-1/+2
* executor: remap cover fd's to higher valuesDmitry Vyukov2018-08-081-4/+8
* executor: collect coverage from unfinished syscallsDmitry Vyukov2018-07-291-117/+158
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-1/+0
* executor: overhaulDmitry Vyukov2018-07-241-0/+1269
* executor: split source per-OSDmitry Vyukov2017-09-201-1001/+0
* executor: remove unused headersDmitry Vyukov2017-09-201-2/+0
* syz-manager, syz-fuzzer, executor: ensure that binaries are consistentDmitry Vyukov2017-09-151-0/+9
* pkg/csource: support archs other than x86_64Dmitry Vyukov2017-09-151-2/+3
* executor: fix 32-bit modeDmitry Vyukov2017-09-051-5/+1
* sys: improve timespec/timeval generationDmitry Vyukov2017-09-051-0/+2
* executor, ipc: modify the IO between KCOV<->executor<->fuzzerVictor Chibotaru2017-08-301-37/+116
* executor, fuzzer: change the way Syzkaller opens the KCOV deviceVictor Chibotaru2017-08-301-18/+38
* executor: split a too long lineDmitry Vyukov2017-08-241-1/+3
* all: support i386 archDmitry Vyukov2017-08-191-6/+16
* executor: reformatDmitry Vyukov2017-06-131-1/+1
* executor: don't define SYZ_ENABLE_TUN in executorAndrey Konovalov2017-06-121-1/+0
* executor: split setup_main_process into smaller functionsAndrey Konovalov2017-06-121-1/+2
* csource: add EnableTun optionAndrey Konovalov2017-06-121-0/+1
* all: cleanup executor/ipc status checkingMichael Pratt2017-05-301-1/+2
* csource: reproduce crashes with fault injectionDmitry Vyukov2017-05-261-8/+1
* all: add fault injection capabilityDmitry Vyukov2017-05-261-7/+48
* sys, executor: extract tcp sequence numbers from /dev/net/tunAndrey Konovalov2017-05-261-0/+5