mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
git-svn-id: https://pykd.svn.codeplex.com/svn@57923 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
29c4e0af81
commit
ec4432429c
@ -1,3 +1,10 @@
|
||||
version 0.0.11 22/11/2010
|
||||
[!] bug fixed: issue #7717 ( !py command failed to find standart modules )
|
||||
[!] bug fixed: issue #7718 ( sys.argv[0] does not contain script name )
|
||||
[!] bug fixed: issue #7697 ( raw_input does not work )
|
||||
[+] added: windbgIn windbgOut class for redirecting in/out from stdin/stdout
|
||||
[!] bug fixed: issue #7688 ( dbgIsSessionStart returns false after dbgCreateSession call )
|
||||
|
||||
version 0.0.10 12/11/2010
|
||||
[!] updated: loadUnicodeStr routine returns unicode string ( instead of ansi string )
|
||||
[!] bug fixed: issue #7623 ( memory routines failed to work at wow64 application )
|
||||
|
@ -53,8 +53,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,10,0
|
||||
PRODUCTVERSION 0,0,10,0
|
||||
FILEVERSION 0,0,11,0
|
||||
PRODUCTVERSION 0,0,11,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, 10, 0"
|
||||
VALUE "FileVersion", "0, 0, 11, 0"
|
||||
VALUE "InternalName", "pykd"
|
||||
VALUE "OriginalFilename", "pykd.dll"
|
||||
VALUE "ProductName", "pykd - python extension for windbg"
|
||||
VALUE "ProductVersion", "0, 0, 10, 0"
|
||||
VALUE "ProductVersion", "0, 0, 11, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user