Toy Fuzzing Code: currently random, mutation (power scheduler and seed corpus), and grammar-based fuzzing approaches
examples.py
- General debugging/executing code that runs most functions
- Green is executed, Red is not executed, Grey is skipped
- Inputs are fuzzed with a given BNF grammar rule hashmap
- Inputs are first fuzzed, then via the power schedule and weight (seed energy), further mutations are created via code coverage


