pyvmidbg
pyvmidbg copied to clipboard
Fix pagefault injection
The current pagefault injection method uses a custom shellcode, 32 bits only.
We should use the vmi_request_page_fault
API:
https://github.com/Wenzel/pyvmidbg/pull/35