File: control

package info (click to toggle)
zzuf 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,500 kB
  • sloc: ansic: 7,284; sh: 581; cpp: 352; makefile: 80
file content (22 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: zzuf
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://caca.zoy.org/wiki/zzuf
Vcs-Browser: https://salsa.debian.org/debian/zzuf
Vcs-Git: https://salsa.debian.org/debian/zzuf.git

Package: zzuf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: transparent application fuzzer
 Zzuf is a transparent fuzzer. It works by intercepting applications' file
 and network operations and changing random bits in their input. Its behaviour
 is deterministic, making it easy to reproduce bugs.
 .
 Zzuf has support for variable fuzzing ratio, character filtering, fuzzing
 decision based on filenames and optional network fuzzing. It can also stop
 processes that run for too long or that output too much data.