redqueen
redqueen copied to clipboard
I set up redqueen on ubuntu 16.04, I tried to fuzz the binary ```who``` in the lava directory with the commands given in the README and it worked well. So...
File and line number: KVM-PT/include/uapi/linux/kvm.h.patch:68-74 Problem: The io code is not correct. Original Code: ```C++ #define KVM_VMX_PT_ENABLE_ADDR0 _IO(KVMIO, 0xaa) /* enable IP-filtering for addr0 */ #define KVM_VMX_PT_ENABLE_ADDR1 _IO(KVMIO, 0xab) /*...
Have noticed when running this in VM mode I find it locks up at different points. Debugging this it looks like it is failing to sync between the multiple processes,...
Hello Redqueen team, I would like to know if it is possible to run Redqueen on a debian? I saw that the kernel requirement comes from KVM-PT, is it extendable?...