denandz / libmutator

A C library for mutating test cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libmutator

Libmutator is a C library intended to generate random test cases by mutating legitimate test cases. This project is heavily influenced by honggfuzz, radamsa and AFL.

This project started because I needed a way to go and generate random testcases in a C project and didn't want to include a complete fuzzing suite to do so.

WIP

Libmutator is still a work-in-progress, future updates, functionality and docs will follow.

Basic usage

See the test directory for examples of how to use libmutator.

About

A C library for mutating test cases

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 95.9%Language:Makefile 4.1%