nimfuzz

Simple and compact fuzzing


Keywords
fuzzing, unit-testing, hacking, security
License
Apache-2.0
Install
nimble install nimfuzz@#1.2.0

Documentation

nimfuzz Build Status

Simple and compact Nim fuzzing library based on the great fauxfactory. The primary purpose of the library is to generate random strings to test the security of common utilities to help defend your system.

Most of the module is self-explanatory, and you can look through the Nim-generated docs to see the available functions.

The available procedures so far are as follows:

Most functions return a string. See the docs for details

Nim implementation 2015 Jonathan Edwards

Fauxfactory Copyright 2014 Og Maciel