mirror of
https://github.com/reactos/syzkaller.git
synced 2025-03-02 16:45:38 +00:00
stress: expect syz-executor to be in the current dir by default
This commit is contained in:
parent
1816c21f2b
commit
85da6413f9
@ -25,7 +25,7 @@ import (
|
||||
|
||||
var (
|
||||
flagCorpus = flag.String("corpus", "", "corpus directory")
|
||||
flagExecutor = flag.String("executor", "", "path to executor binary")
|
||||
flagExecutor = flag.String("executor", "./syz-executor", "path to executor binary")
|
||||
flagOutput = flag.Bool("output", false, "print executor output to console")
|
||||
flagProcs = flag.Int("procs", 2*runtime.NumCPU(), "number of parallel processes")
|
||||
flagLogProg = flag.Bool("logprog", false, "print programs before execution")
|
||||
|
Loading…
x
Reference in New Issue
Block a user