syzkaller/CONTRIBUTORS
Jukka Kaartinen f56b572638 tools/syz-crush: Add feature to run C-program
usage:
  syz-crush -config=config.json creprog.c

Produced output is same as syz-manager produces.
New directory called reproduced_with is added that lists all the
reproducers that triggered the crash.

Example:

~/workdir/crashes  $ tree
.
├── 2a8fff76c6267ecfeaf3530a602ed48afbc4a151
│   ├── description
│   ├── log0
│   ├── log1
│   ├── log2
│   ├── report0
│   ├── report1
│   ├── report2
│   └── reproduced_with
│       └── 17a6ed226769660f3e5dad7b22b13466b938e290.c
├── 2b6b921457afe8cebd0a96ca40f8569e6ee95174
│   ├── description
│   ├── log0
│   ├── log1
│   ├── log2
│   ├── log3
│   ├── log4
│   ├── log5
│   ├── report0
│   ├── report1
│   ├── report2
│   ├── report3
│   ├── report4
│   ├── report5
│   └── reproduced_with
│       ├── 9fb2f5b37bf4428382334e336bbbb201634c7c4c.c
│       └── ab27002b46d19cafb1ebb8b040f0a3b0f8f88974.c

Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com>
2020-06-15 18:41:13 +02:00

65 lines
1.1 KiB
Plaintext

# This is the official list of people who can contribute (and who have contributed)
# code to the syzkaller project repository. The AUTHORS file lists the copyright holders;
# this file lists people. For example, Google employees are listed here
# but not in AUTHORS, because Google holds the copyright.
Google Inc.
Dmitry Vyukov
Andrey Konovalov
David Drysdale
Vishwath Mohan
Billy Lau
Michael Pratt
Jess Frazelle
Zach Riggle
Willem de Bruijn
Eric Biggers
Atul Prakash
Julia Hansbrough
Dan Austin
Victor Hsieh
Michael A. Specter
Jann Horn
Andy Nguyen
Matt Morehouse
Baozeng Ding
Lorenzo Stoakes
Jeremy Huang
Shuai Bai
Alexander Popov
Jean-Baptiste Cayrou
Yuzhe Han
Thomas Garnier
Utkarsh Anand
Tobias Klauser
Tim Tianyang Chen
Ed Maste
Sumukha PK
Mitchell Horne
Denis Efremov
Ondrej Mosnacek
Daniel Borkmann
Joey Jiao
Anton Lindqvist
Tobin Harding
Shankara Pailoor
Michael Tuexen
Hou Jingyi
Kamil Rytarowski
Siddharth Muralee
Dan Robertson
Mark Johnston
Mellanox Technologies
Noa Osherovich
Cody Holliday
JinWoo Lee
Andrew Turner
Ethercflow
Christoph Paasch
Collabora
André Almeida
Ricardo Cañuelo
Dipanjan Das
Daimeng Wang
Jukka Kaartinen