mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.1.x] updated : set version to 0.1.0.16
git-svn-id: https://pykd.svn.codeplex.com/svn@78016 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
cc27c3b20c
commit
cb23933f77
@ -1,3 +1,9 @@
|
||||
version 0.1.0.16 12/07/2012
|
||||
|
||||
[+] added : sizeof() routine ( return size of type or variable )
|
||||
[!] fixed : issue #10850 ( getContext() raises exception )
|
||||
[!] fixed : issue #10473 ( read virtual memory (target - PE, loaded as dump ) )
|
||||
|
||||
version 0.1.0.15 09/06/2012
|
||||
|
||||
[+] added : disasm::disasm method with offset parameter ( continue disassembling from the specified offset )
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define PYKD_VERSION_MAJOR 0
|
||||
#define PYKD_VERSION_MINOR 1
|
||||
#define PYKD_VERSION_SUBVERSION 0
|
||||
#define PYKD_VERSION_BUILDNO 15
|
||||
#define PYKD_VERSION_BUILDNO 16
|
||||
|
||||
|
||||
#define __VER_STR2__(x) #x
|
||||
|
Loading…
Reference in New Issue
Block a user