mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
version update
git-svn-id: https://pykd.svn.codeplex.com/svn@68362 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
929b5a8088
commit
ee8ab44a7c
14
changelog
14
changelog
@ -1,3 +1,17 @@
|
||||
version 0.0.19 28/07/2011
|
||||
|
||||
[+] added : typedVar::data method ( Return raw string object with data stream )
|
||||
[+] added : setMSR routine ( Change MSR value )
|
||||
[+] added : intBase class
|
||||
[+] added : cpuReg class ( representing "live" CPU register )
|
||||
[+] added : printing traceback for !py and !pycmd
|
||||
[+] added : class disasm
|
||||
|
||||
[!] fixed: issue 8657( !pycmd does not allow to define functions )
|
||||
[!] fixed: issue 8655 ( Unnamed structure/unioin not added to fields of typedVarClass )
|
||||
[!] fixed: issue 8927 ( typedVar does not convert enumeration type to int )
|
||||
[!] fixed: issue 9202 ( module object return offset = 0 for non existing symbol )
|
||||
|
||||
version 0.0.18 25/05/2011
|
||||
|
||||
[+] added : rdmsr routine ( Return MSR value )
|
||||
|
@ -53,8 +53,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,18,0
|
||||
PRODUCTVERSION 0,0,18,0
|
||||
FILEVERSION 0,0,19,0
|
||||
PRODUCTVERSION 0,0,19,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -70,11 +70,11 @@ BEGIN
|
||||
BLOCK "041904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "pykd - python extension for windbg"
|
||||
VALUE "FileVersion", "0, 0, 18, 0"
|
||||
VALUE "FileVersion", "0, 0, 19, 0"
|
||||
VALUE "InternalName", "pykd"
|
||||
VALUE "OriginalFilename", "pykd.dll"
|
||||
VALUE "ProductName", "pykd - python extension for windbg"
|
||||
VALUE "ProductVersion", "0, 0, 18, 0"
|
||||
VALUE "ProductVersion", "0, 0, 19, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user