2016-07-17

WinDbg Shortcut custermizing

WinDbg Shortcut custermizing for Kernel debugging


When we do a kernel debugging, Everytime, to type a sort of evirnoment settings such like port, keys, symbos and etc is very hard works and inconvenient.

So, you can make a shutcut to start winbg with that's all inconvenien.



Steps
  1. You can copy link file to your own path.
  2. Do right click > go on 'shortcut tab' 
  3. Copy and paste to target values with next example.

    In case of using networks.
    "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\windbg.exe" -y cache*c:\symbols;SRV*http://msdl.microsoft.com/download/symbols -k net:port=60000,key=suln6kbqs6x6.37m1nwn9s7hax.1nidtg54nvhxf.21ntp6ltnme6m 

    In case of using serial port.
    "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\windbg.exe" -y cache*c:\symbols;SRV*http://msdl.microsoft.com/download/symbols -k com:pipe,port=\\.\pipe\com_2008_0,resets=1,reconnect -c ".echotimestamps 1"
  4. And, update your own parameters, for example. symbol's path, key, port and so on.


Good luck!

No comments:

Post a Comment