Installation wheel packages
pykd-0.3.4.12-cp27-none-win32.whl
pykd-0.3.4.12-cp27-none-win_amd64.whl
pykd-0.3.4.12-cp35-none-win32.whl
pykd-0.3.4.12-cp35-none-win_amd64.whl
pykd-0.3.4.12-cp36-none-win32.whl
pykd-0.3.4.12-cp36-none-win_amd64.whl
pykd-0.3.4.12-cp37-none-win32.whl
pykd-0.3.4.12-cp37-none-win_amd64.whl
pykd-0.3.4.12-cp38-none-win32.whl
pykd-0.3.4.12-cp38-none-win_amd6.whl
Debug symbols
All Files
What's new
- getVaState returns state of memory: commited, reserved, free
- getVaType returns type of memory: image, mapped, private
- getVaAttributes returns tuple of (protect, state, type)
Bug fixed
- fixed issue #61 (closed) ( evalExpr raises exception for code with wchar_t as a template argument )
- fixed printing struct with const members
- fixed issue #64 (closed) ( evalExpr raise exception with template with const class )
- fixed issue #65 (closed) (getting element by index from pointer works incorrectly)