CIFASIS/QuickFuzz

Support direct-to-FFI

Open

#46 aperta il 19 set 2016

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Haskell (39 fork)github user discovery
enhancementhelp wantedquestion

Metriche repository

Star
 (197 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Spawning an external process adds overhead in fuzzing. In the case where we are passing the value generated from the grammar to a library without fuzzing, it'd be interesting to see if there are performance gains invoking the library directly via Haskell's FFI instead of spawning an external process.

Guida contributor