Metadata-Version: 2.1
Name: gramfuzz
Version: 1.4.2
Summary: gramfuzz is a python-based grammar fuzzer
Home-page: https://github.com/d0c-s4vage/gramfuzz
Download-URL: https://github.com/d0c-s4vage/gramfuzz/tarball/v1.4.2
Author: James 'd0c_s4vage' Johnson
Author-email: d0c.s4vage@gmail.com
Maintainer: James 'd0c_s4vage' Johnson
License: MIT
Platform: Cross Platform
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.md
Requires-Dist: six>=1.12.0


gramfuzz is a python-based grammar fuzzer that is ideally
suited for complex text and binary grammars.

A few of the main features of gramfuzz are:

* dynamic modification of grammars during runtime (and generation!)
* random rule generation
* separate rule definition categories
* probability-based fuzzing/generation
* targeted grammar category fuzzing
* loading grammar files (python) by path
* and more!
