Wenzel / pyvmidbg

LibVMI-based debug server, implemented in Python. Building a guest aware, stealth and agentless full-system debugger
GNU General Public License v3.0
217 stars 25 forks source link

Fix pagefault injection #36

Open Wenzel opened 4 years ago

Wenzel commented 4 years ago

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