How to Install and Uninstall afl Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "afl" package
Please follow the instructions below to install afl on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
afl
Copied
2. Uninstall "afl" package
Please follow the step by step instructions below to uninstall afl on openSuSE Tumbleweed:
$
sudo zypper remove
afl
Copied
3. Information about the afl package on openSuSE Tumbleweed
Information for package afl:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : afl
Version : 4.10c-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : afl-4.10c-1.1.src
Upstream URL : https://github.com/AFLplusplus/AFLplusplus
Summary : American fuzzy lop is a security-oriented fuzzer
Description :
American fuzzy lop is a security-oriented fuzzer that employs a novel type
of 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.
Compared to other instrumented fuzzers, afl-fuzz is designed to be
practical: it has modest performance overhead, uses a variety of highly
effective fuzzing strategies and effort minimization tricks, requires
essentially no configuration, and seamlessly handles complex, real-world
use cases - say, common image parsing or file compression libraries.
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : afl
Version : 4.10c-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : afl-4.10c-1.1.src
Upstream URL : https://github.com/AFLplusplus/AFLplusplus
Summary : American fuzzy lop is a security-oriented fuzzer
Description :
American fuzzy lop is a security-oriented fuzzer that employs a novel type
of 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.
Compared to other instrumented fuzzers, afl-fuzz is designed to be
practical: it has modest performance overhead, uses a variety of highly
effective fuzzing strategies and effort minimization tricks, requires
essentially no configuration, and seamlessly handles complex, real-world
use cases - say, common image parsing or file compression libraries.