pyvmidbg icon indicating copy to clipboard operation
pyvmidbg copied to clipboard

Fix pagefault injection

Open Wenzel opened this issue 5 years ago • 0 comments

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

Wenzel avatar Oct 10 '19 23:10 Wenzel