mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[GH-ISSUE #6] Fuzzing seed folder #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielcuthbert on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/gadievron/raptor/issues/6
Originally assigned to: @danielcuthbert on GitHub.
Currently when specifying /fuzz, the following flow happens:
which in turn is a big IF/ELSE statement like so:
now part of me wonders if we shouldn't offer a seed dir full of decent seeds that both RAPTOR can use and the community can add to, too. I can see benefits, so leaving it here for me and others to comment on