HomeSort by relevance Sort by last modified time
    Searched refs:execprog (Results 1 - 8 of 8) sorted by null

  /external/syzkaller/
Makefile 84 execprog mutate prog2c stress repro upgrade db \
104 $(MAKE) fuzzer execprog stress executor
122 execprog:
123 GOOS=$(TARGETGOOS) GOARCH=$(TARGETGOARCH) $(GO) build $(GOTARGETFLAGS) -o ./bin/$(TARGETOS)_$(TARGETVMARCH)/syz-execprog$(EXE) github.com/google/syzkaller/tools/syz-execprog
242 env TARGETOS=windows TARGETARCH=amd64 $(MAKE) fuzzer execprog stress
  /external/syzkaller/tools/syz-crush/
crush.go 87 log.Logf(0, "failed to copy execprog: %v", err)
105 log.Logf(0, "failed to run execprog: %v", err)
  /external/syzkaller/tools/syz-execprog/
execprog.go 4 // execprog executes a single program or a set of programs
43 fmt.Fprintf(os.Stderr, "usage: execprog [flags] file-with-programs+\n")
  /external/syzkaller/pkg/instance/
instance.go 372 // because old execprog does not have os flag.
381 func ExecprogCmd(execprog, executor, OS, arch, sandbox string, repeat, threaded, collide bool,
394 execprog, executor, arch, osArg, sandbox,
  /external/syzkaller/vm/qemu/
qemu.go 408 if base == "syz-fuzzer" || base == "syz-execprog" {
440 (bin == "syz-fuzzer" || bin == "syz-execprog") {
442 // Fuzzer and execprog are on host (we did not copy them), so we will run them as is,
  /external/syzkaller/vm/
vm.go 273 executingProgram2 = []byte("executed programs:") // syz-execprog output
  /external/syzkaller/pkg/mgrconfig/
mgrconfig.go 232 cfg.SyzExecprogBin = targetBin("syz-execprog", cfg.TargetVMArch)
  /external/syzkaller/syz-ci/
syzupdater.go 84 files[fmt.Sprintf("bin/%v_%v/syz-execprog", os, vmarch)] = true

Completed in 258 milliseconds