AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
1.9k stars 292 forks source link

Adding StdXObserver Docs #2311

Closed riesentoaster closed 2 weeks ago

riesentoaster commented 2 weeks ago

Adding some docs, related to #2266 and #2301.

riesentoaster commented 2 weeks ago

I'm not sure what to do about the miri issue. Anyone have an idea?

Edit: miri doesn't like Stdio::piped(), which is used by Command. So I excluded miri tests on this example.

tokatoka commented 2 weeks ago

thank you 👍