fuzz is a small fuzz testing utility, used to test the resilience of an application to invalid input. fuzz takes a small valid file, then corrupts it in subtle ways, storing any file that causes an error, allowing a developer to reproduce the error and locate the bug.
| Tags | Software Development Testing Debuggers |
|---|---|
| Operating Systems | POSIX Linux |
| Implementation | C Unix Shell bash |