├── .gitignore ├── LICENSE ├── README.md ├── afl.c └── example.zig /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristoff-it/zig-afl-kit/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristoff-it/zig-afl-kit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristoff-it/zig-afl-kit/HEAD/README.md -------------------------------------------------------------------------------- /afl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristoff-it/zig-afl-kit/HEAD/afl.c -------------------------------------------------------------------------------- /example.zig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristoff-it/zig-afl-kit/HEAD/example.zig --------------------------------------------------------------------------------