mirror of
https://github.com/maride/afl-transmit.git
synced 2024-11-23 23:54:25 +00:00
Search for local fuzzers on every run, not only on first run
This commit is contained in:
parent
58b0820899
commit
d986b6714c
@ -23,10 +23,10 @@ func RegisterWatchdogFlags() {
|
||||
|
||||
// Watch over the specified directory, send updates to peers and re-scan after the specified amount of seconds
|
||||
func WatchFuzzers(outputDirectory string) {
|
||||
localFuzzers := detectLocalFuzzers(outputDirectory)
|
||||
|
||||
// Loop forever
|
||||
for {
|
||||
localFuzzers := detectLocalFuzzers(outputDirectory)
|
||||
|
||||
// Loop over local fuzzers
|
||||
for _, localFuzzDir := range localFuzzers {
|
||||
// Pack important parts of the fuzzer directory into a byte array
|
||||
|
Loading…
Reference in New Issue
Block a user