Class Fuzzer
java.lang.Object
Fuzzer
The Fuzzer class is the main class that runs the fuzzing process.
It generates random action sequences and maps, executes a game simulation, and collects and analyzes the results.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Fuzzer
public Fuzzer()
-
-
Method Details
-
main
The main entry point of the fuzzing process.- Parameters:
args- The command-line arguments.
-