bitwave

Results 22 comments of bitwave

see #551 for full system libafl_qemu

The biggest point against merging is, fullsystem qemu is highly async/multithreaded in comparision to single threaded usermode qemu. To seperate these differences I chose to use a new crate (reusing...

I would use this for seeding purposes as well...

I started implementing a `dearbitrary` function in https://github.com/bitwave/arbitrary/tree/revert-mode Try to create a PR in the next days...

@fitzgen The seperate trait idea is appropiate, as not everything can be "dearbitraryed" e.g. Atomics In general, this was just a quick n dirty hack for myself, to create seeding...

> A fuzz target that checks that we can take an arbitary instance of a type, call dearbitrary on it, call arbitrary on the resulting bytes, and then assert that...

I want to fuzz an embedded target, where no_std support comes in handy... ;)