Class Fuzzer


public class Fuzzer extends Object
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 Details

    • Fuzzer

      public Fuzzer()
  • Method Details

    • main

      public static void main(String[] args)
      The main entry point of the fuzzing process.
      Parameters:
      args - The command-line arguments.