How To Install honggfuzz on Fedora 36

In this tutorial we learn how to install honggfuzz in Fedora 36. honggfuzz is General-purpose, easy-to-use fuzzer

Introduction

In this tutorial we learn how to install honggfuzz on Fedora 36.

What is honggfuzz

Honggfuzz is a general-purpose fuzzing tool. Given an input corpus files, honggfuzz modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes. It can also use software or hardware-based code coverage techniques to produce more and more interesting inputs.

We can use yum or dnf to install honggfuzz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install honggfuzz.

Install honggfuzz on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install honggfuzz using dnf by running the following command:

sudo dnf -y install honggfuzz

Install honggfuzz on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install honggfuzz using yum by running the following command:

sudo yum -y install honggfuzz

How To Uninstall honggfuzz on Fedora 36

To uninstall only the honggfuzz package we can use the following command:

sudo dnf remove honggfuzz

honggfuzz Package Contents on Fedora 36

/usr/bin/hfuzz-cc
/usr/bin/hfuzz-clang
/usr/bin/hfuzz-clang++
/usr/bin/hfuzz-g++
/usr/bin/hfuzz-gcc
/usr/bin/honggfuzz
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/b9e02be6e0197f196d065519e27dd7038e3821
/usr/lib/.build-id/20/b9e02be6e0197f196d065519e27dd7038e3821.1
/usr/lib/.build-id/20/b9e02be6e0197f196d065519e27dd7038e3821.2
/usr/lib/.build-id/20/b9e02be6e0197f196d065519e27dd7038e3821.3
/usr/lib/.build-id/20/b9e02be6e0197f196d065519e27dd7038e3821.4
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/bdb16871769ee08619be874cefe0f13fd82162
/usr/share/licenses/honggfuzz
/usr/share/licenses/honggfuzz/COPYING

References

Summary

In this tutorial we learn how to install honggfuzz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install honggfuzz on Fedora 36” linkTitle: “honggfuzz” type: “docs” description: “In this tutorial we learn how to install honggfuzz in Fedora 36. honggfuzz is General-purpose, easy-to-use fuzzer” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/honggfuzz-featured.png

Introduction

In this tutorial we learn how to install honggfuzz on Fedora 36.

What is honggfuzz

Honggfuzz is a general-purpose fuzzing tool. Given an input corpus files, honggfuzz modifies input to a test program and utilize the ptrace() API/POSIX signal interface to detect and log crashes. It can also use software or hardware-based code coverage techniques to produce more and more interesting inputs.

We can use yum or dnf to install honggfuzz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install honggfuzz.

Install honggfuzz on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install honggfuzz using dnf by running the following command:

sudo dnf -y install honggfuzz

Install honggfuzz on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install honggfuzz using yum by running the following command:

sudo yum -y install honggfuzz

How To Uninstall honggfuzz on Fedora 36

To uninstall only the honggfuzz package we can use the following command:

sudo dnf remove honggfuzz

honggfuzz Package Contents on Fedora 36

/usr/bin/hfuzz-cc
/usr/bin/hfuzz-clang
/usr/bin/hfuzz-clang++
/usr/bin/hfuzz-g++
/usr/bin/hfuzz-gcc
/usr/bin/honggfuzz
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/3d3bd7623a7aa26aaa1edb5e6af471d422fd2e
/usr/lib/.build-id/0d/3d3bd7623a7aa26aaa1edb5e6af471d422fd2e.1
/usr/lib/.build-id/0d/3d3bd7623a7aa26aaa1edb5e6af471d422fd2e.2
/usr/lib/.build-id/0d/3d3bd7623a7aa26aaa1edb5e6af471d422fd2e.3
/usr/lib/.build-id/0d/3d3bd7623a7aa26aaa1edb5e6af471d422fd2e.4
/usr/lib/.build-id/17
/usr/lib/.build-id/17/e4e5a0c2e18387272feb87ac6e3d817505feb2
/usr/share/licenses/honggfuzz
/usr/share/licenses/honggfuzz/COPYING

References

Summary

In this tutorial we learn how to install honggfuzz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).