foundry icon indicating copy to clipboard operation
foundry copied to clipboard

feat(fuzz): cheatcode to populate in-memory corpus

Open grandizzy opened this issue 1 month ago • 1 comments

Component

Forge

Describe the feature you would like

A straightforward way to allow experimentation without requiring modifying the fuzzer would be to add a cheatcode that takes a hash and have the fuzzer save new hashes into the queue for mutation. It would be similar to IJON (https://github.com/RUB-SysSec/ijon). Then, power uses can define how interesting a state is with a hash (as fine-or-coarse grained as you please)

Basically permanently add an input to the in-memory corpus

Additional context

No response

grandizzy avatar Nov 11 '25 02:11 grandizzy

Happy to work on this. I want to take on more challenging issues.

dipanshuhappy avatar Nov 11 '25 08:11 dipanshuhappy