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

win: update entrypoint for Windows 7 x64 #33

Closed Wenzel closed 4 years ago

Wenzel commented 4 years ago

@pwpwn This sets the logic to reach the entrypoint for Windows 7 and more.

However it doesn't work yet as the entrypoint is paged out. I'm trying to get pagefault injection working.