qemu-libafl-bridge
qemu-libafl-bridge copied to clipboard
Cow cache snapshot rewriting
new implementation for block device snapshot. what's new:
- works for any block device (not only qcow2-backed stuff)
- makes sure backends are always open in read-only. it becomes possible to have multiple fuzzers using the same file even if it's opened in r/w by qemu
- works more smoothly for unaligned accesses