https://github.com/samhocevar/zzuf
🌪️ Application fuzzer
https://github.com/samhocevar/zzuf
Last synced: 8 months ago
JSON representation
🌪️ Application fuzzer
- Host: GitHub
- URL: https://github.com/samhocevar/zzuf
- Owner: samhocevar
- License: wtfpl
- Created: 2015-01-04T17:51:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:55:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T07:08:16.894Z (9 months ago)
- Language: C
- Homepage:
- Size: 775 KB
- Stars: 430
- Watchers: 26
- Forks: 79
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-rainmana - samhocevar/zzuf - 🌪️ Application fuzzer (C)
- awesome-fuzzing - zzuf - A transparent application input fuzzer. (Tools / General-purpose)
- Awesome-Fuzzing - zzuf - A transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program's input. (Tools / File Format Fuzzers)
- fuzzing-tutorial - zzuf
README
About zzuf:
zzuf is a transparent application input fuzzer. It works by intercepting
file operations and changing random bits in the program's input. zzuf's
behaviour is deterministic, making it easy to reproduce bugs.
For instructions and examples on how to use zzuf, see the manual page
and the website at .
[](https://travis-ci.org/samhocevar/zzuf)