pkg.soopen package index

brew / 排名 3332

使用 Homebrew, MacPorts, zypper, apk, apt, pacman 安装 afl++

查看 afl++ 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install afl++

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install afl

MacPorts ports tree · devel/afl/Portfile · 来源: api.github.com

Linux

openSUSE zypper已验证 · 92%
sudo zypper install afl

openSUSE Tumbleweed package metadata · afl · 来源: download.opensuse.org

Alpine Linux apk已验证 · 92%
sudo apk add afl++

Alpine Linux edge package indexes · afl++ · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install afl++

Debian stable package indexes · afl++ · 来源: deb.debian.org

Arch Linux pacman已验证 · 92%
sudo pacman -S afl++

Arch Linux sync databases · afl++ · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

American Fuzzy Lop++

命令和别名

  • afl-addseeds
  • afl-analyze
  • afl-c++
  • afl-cc
  • afl-clang
  • afl-clang++
  • afl-clang-fast
  • afl-clang-fast++
  • afl-clang-lto
  • afl-clang-lto++
  • afl-cmin
  • afl-cmin.awk
  • afl-cmin.bash
  • afl-cmin.py
  • afl-fuzz
  • afl-g++
  • afl-gcc
  • afl-gotcpu
  • afl-health
  • afl-ld-lto
  • afl-lto
  • afl-lto++
  • afl-persistent-config
  • afl-plot
  • afl-showmap
  • afl-system-config
  • afl-tmin
  • afl-whatsup

历史

项目历史与用法

AFL++ is the community-maintained successor line to American Fuzzy Lop, packaged as a broad fuzzing toolkit centered on afl-fuzz, compiler wrappers, corpus minimizers, instrumentation modes, and crash triage helpers. Its own README describes it as a fork of Google's AFL with more speed, mutations, instrumentation, and custom module support.

项目历史

The original AFL was developed by Michal Zalewski; AFL++ credits that origin while listing Marc Heuse, Dominik Maier, Andrea Fioraldi, Heiko Eissfeldt, and others as current maintainers. The public AFL++ GitHub repository was created in 2019, and the project has continued as an active release train with stable, dev, and release branches.

AFL++ consolidated a patch culture that had grown around AFL: LLVM and LTO instrumentation, QEMU and binary-only modes, laf-intel and Redqueen-style comparison solving, MOpt mutators, persistent mode, Unicorn mode, Frida mode, and other target-specific execution backends. For package maintainers, the important point is that AFL++ is not just one binary but a coordinated tool suite with many executable entry points.

采用历史

AFL++ is distributed through several Unix package managers in the supplied batch facts, including Homebrew, Debian, Ubuntu, Alpine, Arch, and openSUSE. The project also publishes Docker images and documents direct source builds, which made it easier to use the same fuzzing environment in CI, local research machines, and throwaway containers.

The upstream README points users to Google's FuzzBench aflplusplus configuration for comparisons, and the project keeps a papers page for academic citation. That combination of package-manager availability, Docker distribution, benchmark integration, and citation guidance is why AFL++ became the default AFL-family package for many security-testing workflows.

使用方式

The common workflow is to build the target with afl-cc or an AFL++ compiler wrapper, seed an input corpus, run afl-fuzz with an input and output directory, and investigate crashes or hangs written under the fuzzer output tree. Companion tools such as afl-cmin, afl-tmin, afl-showmap, afl-analyze, afl-plot, and afl-whatsup support corpus reduction, testcase minimization, coverage mapping, and fleet monitoring.

AFL++ matters operationally because its behavior depends on instrumentation mode, target style, and runtime environment. Packagers tend to care about LLVM/QEMU/Frida/Unicorn feature coverage, sanitizer compatibility, shell helper availability, and whether users get enough installed docs to navigate binary-only fuzzing, persistent mode, dictionaries, and crash replay.

为什么软件包爱好者会关心

For package nerds, AFL++ is a dense formula: many binaries, optional engines, architecture-sensitive instrumentation, frequent upstream releases, and a user base that notices quickly when a backend or compiler wrapper is missing. It is a good example of a security tool whose package is the development environment.

It also illustrates a common replacement story in package sets: the original AFL name is historically important, but AFL++ is the active branch many users now expect when they install an AFL-family fuzzer.

时间线

  • 2019: AFL++ GitHub repository created.
  • 2026: AFL++ 5.02c published upstream.
  • 2026: Supplied package facts show AFL++ packaged by Homebrew, Debian, Ubuntu, Alpine, Arch, and openSUSE.

Related projects

  • American Fuzzy Lop is the original project line credited by AFL++.
  • Google FuzzBench includes an aflplusplus setup for comparative fuzzing benchmarks.
  • AFL++ publishes related coverage and reachability analysis tools under the AFLplusplus GitHub organization.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
afl-addseeds可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-analyze可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-c++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-cc可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang-fast可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang-fast++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang-lto可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-clang-lto++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-cmin可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-cmin.awk可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-cmin.bash可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-cmin.py可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-fuzz可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-g++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-gcc可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-gotcpu可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-health可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-ld-lto可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-lto可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-lto++可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-persistent-config可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-plot可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-showmap可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-system-config可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-tmin可执行文件已索引可执行文件从本地可执行文件索引发现。
afl-whatsup可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本5.02c
管理器更新时间2026-07-02
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:afl++
版本5.02c
软件包管理器Homebrew
主页https://aflplus.plus/
仓库https://github.com/AFLplusplus/AFLplusplus
最后更新2026-07-02T11:12:14-04:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

afl++ 4.21c-5

instrumentation-driven fuzzer for binary formats

https://github.com/AFLplusplus/AFLplusplus

sudo apt install afl++
  • Section: devel
  • Architecture: amd64
  • Source Package: aflplusplus
  • 8 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Afl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: afl++ from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

afl++ 4.09c-1ubuntu3

instrumentation-driven fuzzer for binary formats

https://github.com/vanhauser-thc/AFLplusplus

sudo apt install afl++
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: aflplusplus
  • 8 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Afl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: afl++ from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

afl++ 4.40c-r1

Fuzzer relying on genetic algorithms instead of brute force

https://aflplus.plus/

sudo apk add afl++
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: afl++
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Afl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: afl++ from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

afl++-doc 4.40c-r1

Fuzzer relying on genetic algorithms instead of brute force (documentation)

https://aflplus.plus/

sudo apk add afl++-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: afl++
  • normalized package name match
  • 匹配方式:Afl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: afl++-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

afl++-tools 4.40c-r1

AFL++ tools and utilities

https://aflplus.plus/

sudo apk add afl++-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: afl++
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Afl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: afl++-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

afl++ 5.00c-1

instrumentation-driven fuzzer for binary format

https://aflplus.plus/

sudo pacman -S afl++
  • License: Apache-2.0
  • Architecture: x86_64
  • 12 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Afl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: afl++ from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

afl 5.00c-1.6

American fuzzy lop is a security-oriented fuzzer

https://github.com/AFLplusplus/AFLplusplus

sudo zypper install afl
  • License: AGPL-3.0-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: afl
  • 10 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Afl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: afl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

afl-devel 5.00c-1.6

Development headers for use when fuzzing with American fuzzy lop

https://github.com/AFLplusplus/AFLplusplus

sudo zypper install afl-devel
  • License: AGPL-3.0-or-later AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: afl
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Afl
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: afl-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

afl

sudo port install afl
  • normalized package name match
  • 匹配方式:Afl
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/afl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation