How to Install and Uninstall american-fuzzy-lop.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "american-fuzzy-lop.x86_64" package

Here is a brief guide to show you how to install american-fuzzy-lop.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install american-fuzzy-lop.x86_64

2. Uninstall "american-fuzzy-lop.x86_64" package

Please follow the guidance below to uninstall american-fuzzy-lop.x86_64 on Fedora 34:

$ sudo dnf remove american-fuzzy-lop.x86_64 $ sudo dnf autoremove

3. Information about the american-fuzzy-lop.x86_64 package on Fedora 34

Last metadata expiration check: 4:39:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : american-fuzzy-lop
Version : 3.14c
Release : 5.fc34
Architecture : x86_64
Size : 453 k
Source : american-fuzzy-lop-3.14c-5.fc34.src.rpm
Repository : updates
Summary : Practical, instrumentation-driven fuzzer for binary formats
URL : https://aflplus.plus/
License : ASL 2.0
Description : American fuzzy lop uses 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 corpuses 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 a 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.