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

Missing WinDBG support #45

Open Jerely opened 4 years ago

Jerely commented 4 years ago

Hi everyone. I'm trying to add WinDBG support on pyvmidbg and opening this issue so we can track progress. I'm new to VM introspection so any help is welcome.

Wenzel commented 4 years ago

@Jerely You should find interesting resources and documentation on this radare2 issue: https://github.com/radareorg/radare2/issues/1246

Jerely commented 4 years ago

@Wenzel thank you.