A fuzzer for the Gazprea language
Go to file
2023-11-19 15:19:27 -07:00
ast_generator Tested refactor and implemented the python unparser 2023-11-19 15:19:27 -07:00
ast_parser Tested refactor and implemented the python unparser 2023-11-19 15:19:27 -07:00
fuzzer/input MVP setup and (sort of) working 2023-11-18 20:13:15 -07:00
test Initial Commit 2023-11-17 16:57:53 -07:00
.gitignore Initial Commit 2023-11-17 16:57:53 -07:00
__init__.py Initial Commit 2023-11-17 16:57:53 -07:00
config.yaml Complete overhaul of the generation methods 2023-11-18 10:59:00 -07:00
constants.py Refactoring of the ast_parser class 2023-11-18 12:21:52 -07:00
fuzzer.py Modified Unparsing Style 2023-11-19 11:05:52 -07:00
gazprea_fuzzer.py Modified Unparsing Style 2023-11-19 11:05:52 -07:00
README.md MVP setup and (sort of) working 2023-11-18 20:13:15 -07:00

Gazprea Fuzzer

This is a hecking fuzzer. It does the thing.

Requirements

  • Python 3.11
  • ISLa Solver (pip install isla-solver)
  • English Words (pip install english-words) (so that you don't have an anurism while reading random names)

Usage

usage: gazprea_fuzzer.py [-h] [-b BATCH] [--seed SEED] config_file

Procedurally generate a test case for Gazprea

positional arguments:
  config_file           path to your configuration file

options:
  -h, --help            show this help message and exit
  -b BATCH, --batch BATCH
                        generate SIZE cases (fuzzer/input/nameX.in,
                        /instream/..., /outputs/...)
  --seed SEED           rng seed

Configuration

See the default config file for all possible options and their default values