File: control

package info (click to toggle)
aflplusplus 4.04c-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,568 kB
  • sloc: ansic: 101,393; cpp: 15,334; sh: 4,215; python: 3,340; makefile: 896; javascript: 507; java: 43; sql: 3; xml: 1
file content (100 lines) | stat: -rw-r--r-- 3,370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: aflplusplus
Section: devel
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Sophie Brun <sophie@offensive-security.com>,
 Raphaƫl Hertzog <raphael@offensive-security.com>
Build-Depends:
 clang-14,
 debhelper-compat (= 13),
 dh-buildinfo,
 gcc-12-plugin-dev,
 lld-14 [!s390x],
 llvm-14-dev,
 python3-dev,
# for the tests
 clang,
 libcmocka-dev,
 dh-strip-nondeterminism
Standards-Version: 4.6.1
Homepage: https://github.com/vanhauser-thc/AFLplusplus
Vcs-Git: https://salsa.debian.org/pkg-security-team/aflplusplus.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/aflplusplus

Package: afl++
Architecture: any
Depends: build-essential,
         procps,
         clang-${llvm-major-version},
	 clang,
	 ${misc:Depends},
	 ${shlibs:Depends}
Recommends: afl++-doc
Suggests: gnuplot
Breaks: afl (<< 2.53c), afl++-clang (<< 3.14c)
Replaces: afl (<< 2.53c), afl++-clang (<< 3.14c)
Description: instrumentation-driven fuzzer for binary formats
 American fuzzy lop is a fuzzer that employs compile-time instrumentation and
 genetic algorithms to automatically discover clean, interesting test cases
 that trigger new internal states in the targeted binary. This substantially
 improves the functional coverage for the fuzzed code. The compact synthesized
 corpora produced by the tool are also useful for seeding other, more labor- or
 resource-intensive testing regimes down the road.
 .
 afl++-fuzz is designed to be practical: it has modest performance
 overhead, uses a variety of highly effective fuzzing strategies, requires
 essentially no configuration, and seamlessly handles complex, real-world use
 cases - say, common image parsing or file compression libraries.
 .
 afl++ is a fork of the unmaintained afl.

Package: afl++-clang
Architecture: any
Section: oldlibs
Depends: afl++,
         ${misc:Depends}
Recommends: afl++-doc
Breaks: afl-clang (<< 2.53c)
Replaces: afl-clang (<< 2.53c)
Description: transitional dummy package for afl++-clang to afl++
 This is a transitional package. It can safely be removed once afl++ is
 installed.

Package: afl++-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: afl++
Multi-Arch: foreign
Description: instrumentation-driven fuzzer for binary formats - documentation
 American fuzzy lop is a fuzzer that employs compile-time instrumentation and
 genetic algorithms to automatically discover clean, interesting test cases
 that trigger new internal states in the targeted binary.
 .
 This package provides the documentation, a collection of special crafted test
 cases, vulnerability samples and experimental stuff.

Package: afl
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, afl++
Description: transitional dummy package for afl to afl++
 This is a transitional package. It can safely be removed once afl++ is
 installed.

Package: afl-clang
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, afl++-clang
Description: transitional dummy package for afl-clang to afl++-clang
 This is a transitional package. It can safely be removed once afl++-clang is
 installed.

Package: afl-doc
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, afl++-doc
Description: transitional dummy package for afl-doc to afl++-doc
 This is a transitional package. It can safely be removed once afl++-doc is
 installed.