HomeSort by relevance Sort by last modified time
    Searched refs:syz (Results 26 - 50 of 66) sorted by null

12 3

  /external/syzkaller/tools/syz-symbolize/
symbolize.go 26 fmt.Fprintf(os.Stderr, "usage: syz-symbolize [flags] kernel_log_file\n")
  /external/syzkaller/tools/syz-upgrade/
upgrade.go 27 fatalf("usage: syz-upgrade corpus_dir")
  /external/syzkaller/pkg/mgrconfig/
mgrconfig.go 47 // syz-manager will send crash emails to this list of emails using mailx (optional).
54 // Path to syzkaller checkout (syz-manager will look for binaries in bin subdir).
231 cfg.SyzFuzzerBin = targetBin("syz-fuzzer", cfg.TargetVMArch)
232 cfg.SyzExecprogBin = targetBin("syz-execprog", cfg.TargetVMArch)
233 cfg.SyzExecutorBin = targetBin("syz-executor", cfg.TargetArch)
  /external/syzkaller/syz-ci/
syzupdater.go 72 "bin/syz-ci": true, // these are just copied from syzkaller dir
73 "bin/syz-manager": true,
83 files[fmt.Sprintf("bin/%v_%v/syz-fuzzer", os, vmarch)] = true
84 files[fmt.Sprintf("bin/%v_%v/syz-execprog", os, vmarch)] = true
85 files[fmt.Sprintf("bin/%v_%v/syz-executor", os, arch)] = true
  /external/syzkaller/tools/syz-repro/
repro.go 36 log.Fatalf("usage: syz-repro -config=config.file execution.log")
  /external/syzkaller/dashboard/dashapi/
dashapi.go 110 // - syz-ci sends JobPollReq periodically to check for new jobs,
111 // request contains list of managers that this syz-ci runs.
114 // - when syz-ci finishes the job, it sends JobDoneReq which contains
  /external/syzkaller/pkg/email/
parser.go 30 Command string // command to bot (#syz is stripped)
34 const commandPrefix = "#syz "
178 // ^#syz cmd args...
  /external/syzkaller/dashboard/app/
handler.go 138 return "syz"
config.go 58 // Managers contains some special additional info about syz-manager instances.
64 // ConfigManager describes a single syz-manager instance.
entities.go 51 ID string // unique ID generated by syz-ci
130 // Job represent a single patch testing job for syz-ci.
reporting_test.go 72 // Now add syz repro and check that we get another bug report.
107 // Report another crash with syz repro for this bug,
  /external/syzkaller/syz-hub/
hub.go 15 "github.com/google/syzkaller/syz-hub/state"
  /external/syzkaller/vm/qemu/
qemu.go 408 if base == "syz-fuzzer" || base == "syz-execprog" {
440 (bin == "syz-fuzzer" || bin == "syz-execprog") {
  /external/syzkaller/pkg/db/
db.go 6 // It is used to store corpus in syz-manager and syz-hub.
  /external/syzkaller/syz-manager/
manager.go 121 log.Fatalf("Bad syz-manager build. Build with make, run bin/syz-manager.")
144 // and start syz-fuzzer there.
281 log.Logf(0, "you are supposed to start syz-fuzzer manually as:")
282 log.Logf(0, "syz-fuzzer -manager=manager.ip:%v [other flags as necessary]", mgr.port)
1103 log.Fatalf("file %v that syz-manager uses has been modified by an external program\n"+
1104 "this can lead to arbitrary syz-manager misbehavior\n"+
1106 "don't modify files that syz-manager uses. exiting to prevent harm",
    [all...]
  /external/syzkaller/vm/
vm.go 214 if bytes.Contains(mon.output, []byte("SYZ-FUZZER: PREEMPTED")) {
272 executingProgram1 = []byte("executing program") // syz-fuzzer output
273 executingProgram2 = []byte("executed programs:") // syz-execprog output
  /external/syzkaller/pkg/ipc/
ipc.go 164 // E.g. if binary is 'syz-executor' and pid=15,
165 // we create a link from 'syz-executor15' to 'syz-executor' and use 'syz-executor15' as binary.
167 // Log contains pid in "executing program 15" and crashes usually contain "Comm: syz-executor15".
  /external/syzkaller/pkg/csource/
generated.go     [all...]
  /external/syzkaller/pkg/report/
fuchsia.go 55 "fatal exception: process /tmp/syz-fuzzer", // OOM presumably
report.go 133 regexp.MustCompile(`syz-executor[0-9]+((/|:)[0-9]+)?`),
134 "syz-executor",
  /external/syzkaller/sys/syz-extract/
fetch.go 104 binFile, err := osutil.TempFile("syz-extract-bin")
  /external/syzkaller/tools/syz-stress/
stress.go 150 // This is currently used on akaros, where syz-stress runs on host.
  /external/syzkaller/syz-hub/state/
state.go 22 // State holds all internal syz-hub state including corpus,
34 // Manager represents one syz-manager instance.
  /external/syzkaller/pkg/runtest/
run.go 8 // and all other real OS programs via tools/syz-runtest
460 tmpDir, err := ioutil.TempDir("", "syz-runtest")
  /external/syzkaller/pkg/build/
linux.go 81 tempDir, err := ioutil.TempDir("", "syz-build")

Completed in 490 milliseconds

12 3