Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Released: BOOTSTRAPPER FOR PYKD 0.3.x (Apr 15, 2015)

$
0
0
pykd.dll is useful if you have installed pykd as a python package ( by the command 'pip install pykd') but you are going to use pykd with windbg. In this case you can copy pykd.dll to windbg winext catalog and pykd.dll will find and load pykd.pyd.

To run scripts or REPL use command:
!pykd.py
  • To run REPL: !py
  • To run script: !py script.py arg1 arg2
  • To run REPL in local scope ( all objects will be destruct after quit() ): !py --local
  • To run script in global scope ( all objects stay to live ): !py --global script.py
pykd.dll has two usefull additional command:

!pykd.install
It is equal to command 'pip install pykd' - pykd will be upload and installed

!pykd.upgrade
It is eqal to command 'pip install --upgrade pykd'

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>