descriptionSimple fuzzing program in C - prints many terminal character combinations.
homepage URLhttp://tague.me
ownerethan@tague.me
last changeThu, 10 Aug 2017 15:00:50 +0000 (10 11:00 -0400)
content tags
add:
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.
shortlog
2017-08-10 Ethan McTagueAdd building and installing instructions.mastermob
2017-08-10 Ethan McTagueIgnore files generated by make.
2017-08-10 Ethan McTagueInitial Commit
heads
6 years ago mob
6 years ago master