All Classes and Interfaces

Class
Description
Generates the AboutFuzzerPage.
Generates the AllMapsPage.
The ConfigFileReader class is responsible for reading and retrieving configuration properties from the Configuration.properties file.
A utility class for searching and retrieving files within a directory.
The FileHandler class is responsible for handling file operations in the Pacman project.
Class that holds information about a file type.
The FileReaderManager class is responsible for managing the FileReader functionality in the Pacman project.
The Fuzzer class is the main class that runs the fuzzing process.
Generates the home page.
Represents the result of an iteration in the application.
This class is used to format individual iteration results and their attributes.
This class formats some attributes of the total iteration results, such as iterations numbers together, amount of total iterations, fuzz attempt number, exit counts, execution times, current times, and so on.
Class to handle operations done on the CSV files, such as modifying paths in CSV log files, parsing CSV lines, counting lines of a CSV file and formatting a string for writing in a CSV file.
This class contains methods to calculate the statistics of the iteration results of this fuzz attempt, such as exit code counts, unique values, execution time, ... .
Handles the writing of log files for the application.
This class is responsible for the overall creation of the HTML page files that contains the report.
The MapFileType enum represents the types of map files that can be used in the Pacman project.
This abstract class serves as the base class for map generators.
Generates the Overview and Conclusions page.
Interface for generating an HTML page.
The RandomActionSequenceGenerator class is responsible for generating random action sequences based on predefined actions.
This class generates random binary maps based on the RandomMapGenerator class.
This class generates random maps based on the MapGenerator abstract class.
This class generates random text-based maps based on the RandomMapGenerator class.
Generates the welcome page of the HTML report.