4d61726b / VirtualKD-Redux

VirtualKD-Redux - A revival and modernization of VirtualKD
GNU Lesser General Public License v2.1
777 stars 136 forks source link

Windbg debugging problems #46

Closed chers42 closed 1 year ago

chers42 commented 1 year ago

IDA and WinDBG debug my driver file together, and WinDBG only using KD dual-machine debugging, how to debug their own driver software

4d61726b commented 1 year ago

I'm not sure I understand your question but take a look at:

https://hex-rays.com/blog/kernel-debugging-with-ida-pro-windbg-plugin-and-virtualkd/

This should help you get it working with IDA.