nimfuzz

Simple and compact fuzzing

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License Apache License 2.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install nimfuzz
choosenim install nimfuzz
git clone https://github.com/apense/nimfuzz

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimfuzz - - - - - - -

Source

Repository https://github.com/apense/nimfuzz
Homepage https://apense.github.io/nimfuzz
Registry Source nimble_official

README

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: - genAlpha - genAlphanumeric - genChoice - genBool - genCjk - genCyrillic - genEmail - genIpsum - genLatin1 - genIpaddr - genMac - genNetmask - genNumericString - genTime - genUrl - genUtf8 - genHtml - genUuid

Most functions return a string. See the docs for details

Nim implementation 2015 Jonathan Edwards

Fauxfactory Copyright 2014 Og Maciel