Is there a Rust crate for taking process snapshot?

I am fuzzing a Rust library, which takes too much time to startup. I want to take a snaptshot of the process so I can reuse it later to avoid wasting time in startup (in-memory fuzzing stuff). I've already known there are some tools that can help me, but I am still wondering if i can achieve this in pure Rust.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.