Skip to content

Conversation

@edre
Copy link
Contributor

@edre edre commented Aug 2, 2025

Usage:

$ afl-fuzz -i seeds -o output -- toybox grep --fuzz-arg

This substitutes one line of input for each provided fuzz-arg, and all remaining input to stdin.

In addition, any detected fuzz arg triggers an rlimit to prevent any forks or file writes, so that fuzzing sh won't forkbomb or write a million tiny garbage files.

Usage:

$ afl-fuzz -i seeds -o output -- toybox grep --fuzz-arg

This substitutes one line of input for each provided fuzz-arg, and all
remaining input to stdin.

In addition, any detected fuzz arg triggers an rlimit to prevent any forks or
file writes, so that fuzzing sh won't forkbomb or write a million tiny garbage
files.
@landley
Copy link
Owner

landley commented Aug 3, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants