IDA + Windbg + Vmware debugging

1. First, add the VMX file 

debugStub.listen.guest64 = "TRUE" 

debugStub.hideBreakpoints = "TRUE" 

debugStub.listen.guest64.remote = "TRUE" 

2. Open the IDA additional WinDbg 

    DebugOptin select Kernel Debugging 
  
    added in the Connect String COM: pipe, RESETS = 0, Reconnect, Port = \\ \ pipe \ kd_windows_7_x64. 
   
    kd_windows_7_x64 in whichever Vmmon 

3. set memory range, select Debugger -> Mannul memory Regions, then right click in the blank Insert, set the memory range 0---2   
 

4. right loading block symbol (treated before loading to ensure that there is a computer file windbg symbols) inside the module window Debugger windows

  

 

Guess you like

Origin www.cnblogs.com/testvt/p/11595383.html