]> git.feebdaed.xyz Git - 0xmirror/nftables.git/commit
src: move fuzzer functionality to separate tool
authorFlorian Westphal <fw@strlen.de>
Mon, 17 Nov 2025 22:13:49 +0000 (23:13 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 20 Nov 2025 21:16:43 +0000 (22:16 +0100)
commit32c994f84904e9854d527217ececf0b97d89410d
treedb2a1a6468fc1cf9c9c15b08f27dccb6074a2d44
parent6cee2d0e7b4dc3274728ae6681d87e356ddcf31a
src: move fuzzer functionality to separate tool

This means some loss of functionality since you can no longer combine
--fuzzer with options like --debug, --define, --include.

On the upside, this adds new --random-outflags mode which will randomly
switch --terse, --numeric, --echo ... on/off.

Update README to reflect this change.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Makefile.am
include/afl++.h
src/afl++.c [deleted file]
src/main.c
tests/afl++/README
tests/afl++/run-afl.sh
tools/.gitignore
tools/nft-afl.c [new file with mode: 0644]