Skip to content

Differential Fuzzing between multiple languages #374

Answered by fitzgen
DragonDev1906 asked this question in Q&A
Discussion options

You must be logged in to vote

libfuzzer is really designed for fuzz targets where you can directly link and call all the code inside the fuzz target. FWIW, we do differential fuzzing quite extensively in Wasmtime and Cranelift, but we link everything into the same binary.

If you really can't link your oracle into your binary, then I'd suggest writing a little python harness or something.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DragonDev1906
Comment options

Answer selected by DragonDev1906
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants