rust-fuzz / arbitrary

Generating structured data from arbitrary, unstructured input.

Home Page:https://docs.rs/arbitrary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there anyway to convert an arbitrary struct into unstructured raw bytes

last-las opened this issue · comments

commented

I am new to arbitrary and cargo-fuzz. I have some seed corpus in json and I need to describe them in raw bytes, so that my fuzzer can convert them to a struct derived arbitrary.