Contributor
richyliu

Snapshot/restore for fuzzing with QEMU


Mentors
alxndr, Bandan
Organization
QEMU
Technologies
c, qemu
Topics
fuzzing, emulation
Add a new virtual device to QEMU to interface with a custom snapshot/restore functionality. Modified memory is kept track of by instrumenting the TCG store instructions. The virtual device will be designed for easy integration with a fuzzer, such as AFL.