ayrton
54118b996d
For some reason fuzzer.py:49 fails to execute. This is an open problem Took 1 hour 7 minutes |
||
---|---|---|
ast_generator | ||
ast_parser | ||
test | ||
.gitignore | ||
__init__.py | ||
config.yaml | ||
constants.py | ||
fuzzer.py | ||
gazprea_fuzzer.py | ||
README.md |
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