sidefuzz icon indicating copy to clipboard operation
sidefuzz copied to clipboard

Improvement: Allow optional "start" function to set-up variable-time statics

Open phayes opened this issue 7 years ago • 0 comments

It would be useful for lots of fuzzing targets to allow for variable-time "set up" of statics that are then re-used in the fuzzing. For example, generating keys when we are testing encrypt / decrypt / sign operations.

This is a perfect use of using the wasm "start" function

phayes avatar Apr 26 '19 06:04 phayes