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

Updated Release: PYKD 0.3.0.4 (Apr 11, 2014)

$
0
0

New Features:

  • Fully refactored core relied on the kdlibcpp
  • Full unicode support: all functions and methods get and return unicode strings
  • Float point support
  • Removed some excess classes and functions

New command syntax:

Run console in global environment:
!py

Run console in local environment:
!py -l

Run script in global environment:
!py -g script_name

Run script in local environment:
!py script_name

Viewing all articles
Browse latest Browse all 1625

Trending Articles