Agnoctopus / Tartiflette

Snapshot fuzzing with KVM and LibAFL
93 stars 6 forks source link

Use kvm_run registers instead of the GET/SET api #5

Closed SiD3W4y closed 2 years ago

SiD3W4y commented 3 years ago

kvm_run stores the registers used by the kernel kvm in a userland mapping. We could use this to reduce syscall overhead when getting or setting registers.