Romain Malmain
Romain Malmain
there are changes there that should be merged IMHO. I'll do a clean version of dump_state, i think it's good to have this around
i agree of the human-readable format. we still need a form of link between this and the tcs no? for example we can store the hash of tcs in the...
> I'd say a SubInput shouldn't really be sent to the target (?) for example I agree on this, the reader was designed to be created and used by the...
@domenukk pong. i created an intermediate trait that must be implemented by `HasMutatorBytes` and `HasTargetBytes`. that way, we can use `BytesReader` for both. what do you think?
it feels a bit weird to have `BytesSubInputMut` that has an input as parent and `BytesSlice` with a byte slice as parent. shouldn't we unify this with the same type...
i think it's good now, anything else @domenukk ?
i was actually thinking of moving it to bolts, things like BytesSlice look pretty generic already
btw i think you forgot a file, no? `libafl_bolts/subrange.rs`
@domenukk I tried to update this dependency in the past, but this update is not possible [because of this dependency](https://github.com/nautilus-fuzz/nautilus/blob/master/grammartec/Cargo.toml). If we want the update to work, we need this...
It should be good to go now