mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[fuzzer] The fuzzer detects the number of CPUs
This commit is contained in:
committed by
LeaNumworks
parent
7030159530
commit
cca750a1c4
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import subprocess
|
||||
import multiprocessing
|
||||
|
||||
NUMBER_OF_FUZZERS=8
|
||||
NUMBER_OF_FUZZERS=multiprocessing.cpu_count()
|
||||
|
||||
def afl_command(name):
|
||||
master_option = "-M" if name.startswith("master") else "-S"
|
||||
|
||||
Reference in New Issue
Block a user