KF/x is an open-source fuzzing framework that leverages virtual machine introspection to fuzz code running inside virtual machines. It was used to discover vulnerabilities in the Virtio and 7zip parsers of Symantec Endpoint Protection. By transplanting VM snapshots between KVM and Xen, it was able to fuzz the Virtio driver, finding no issues. Fuzzing the 7zip parser with KF/x uncovered a controlled heap overflow that was likely silently fixed. The talk demonstrates how KF/x provides a stable, reusable, and extensible foundation for full-system fuzzing of complex software like antivirus products.