Documentation
¶
Index ¶
- Constants
- type Fuzzer
- func (f *Fuzzer) Do(job *fuzzTypes.Fuzz) (jid int, timeLapsed time.Duration, newJobs []*fuzzTypes.Fuzz, err error)
- func (f *Fuzzer) GetJob(jid int) (*fuzzCtx.JobCtx, bool)
- func (f *Fuzzer) Start() *Fuzzer
- func (f *Fuzzer) Stop()
- func (f *Fuzzer) StopJob(jid int) error
- func (f *Fuzzer) Submit(job *fuzzTypes.Fuzz) error
Constants ¶
View Source
const ( FuzzModeSubmit = iota FuzzModePassive )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fuzzer ¶
type Fuzzer struct {
// contains filtered or unexported fields
}
Fuzzer 用来执行模糊测试任务
func (*Fuzzer) Do ¶
func (f *Fuzzer) Do(job *fuzzTypes.Fuzz) (jid int, timeLapsed time.Duration, newJobs []*fuzzTypes.Fuzz, err error)
Do 用于阻塞运行一个fuzz任务
Click to show internal directories.
Click to hide internal directories.