mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
add afl-addseeds tool
This commit is contained in:
@ -1346,6 +1346,12 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
if (strcmp(afl->sync_id, "addseeds") == 0) {
|
||||
|
||||
FATAL("-M/-S name 'addseeds' is a reserved name, choose something else");
|
||||
|
||||
}
|
||||
|
||||
if (afl->is_main_node == 1 && afl->schedule != FAST &&
|
||||
afl->schedule != EXPLORE) {
|
||||
|
||||
|
Reference in New Issue
Block a user