Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dopt ¶
type Dopt struct {
Input string // empty = stdin, filename = read input from file
Output string // empty = stdout, filename = write output to file
Log string // empty = stderr, filename = write log to file
Fuzz string // empty = no behavior, pattern = fuzz within regexp pattern
Brute string // empty = no behavior, pattern = particular instance of regexp pattern
}
type Mopt ¶
type Mopt struct {
Input string // empty = stdin, filename = read input from file
Output string // empty = stdout, filename = write output to file
Log string // empty = stderr, filename = write log to file
Fuzz string // empty = no behavior, pattern = fuzz within regexp pattern
Brute string // empty = no behavior, pattern = particular instance of regexp pattern
}
Click to show internal directories.
Click to hide internal directories.