description | Simple fuzzing program in C - prints many terminal character combinations. |
homepage URL | http://tague.me |
owner | ethan@tague.me |
last change | Thu, 10 Aug 2017 15:00:50 +0000 (10 11:00 -0400) |
URL | git://repo.or.cz/fuzz.git |
| https://repo.or.cz/fuzz.git |
push URL | ssh://repo.or.cz/fuzz.git |
| https://repo.or.cz/fuzz.git (learn more) |
bundle info | fuzz.git downloadable bundles |
content tags
|
|
README
FUZZ
ABOUT
Fuzz is a simple C program that prints characters to the terminal, by
iterating through every possible 4-byte combination and printing it. This may
be useful for testing a program's ability to handle uncommon characters.
This project is extremely small and simple, and has not been tested very
thoroughly - it was made for practice programming in C, not for practical use.
Feel free to use it for practical purposes, and to modify it however you wish,
but don't expect it to work.
BUILDING & INSTALLING
`make` will build the `fuzz` binary.
`make install` will install fuzz and its manpage under /usr/local.
AUTHOR
Ethan McTague<ethan@tague.me>
LICENSING
This project is free software, licensed under the BSD license - see the
LICENSE file.