README.md

back


# TCP header fuzzer

Is a simple fuzzer written in C to quickly mess around with
TCP/IP stack of software.

Lots of improvements to come, I hope. But for now, this is what I've got.

## Building

```
$ mkdir build
$ cmake ../
$ make
```