mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-22 05:13:22 +08:00
git-svn-id: https://pykd.svn.codeplex.com/svn@59203 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
8b43407e91
commit
22a1327c62
@ -1,3 +1,11 @@
|
||||
version 0.0.13 27/12/2010
|
||||
[+] added : go, step, trace routine for control execution
|
||||
[+] added : bp class for control breakpoints
|
||||
[+] added : ptrMWord, ptrSignMWord for reading target's machine word ( 32 or 64 bits ) from memory\
|
||||
[+] added : eval routine for evaluation windbg expression
|
||||
[!] fixed : issue #6782 ( typedVar works very slowly )
|
||||
|
||||
|
||||
version 0.0.12 27/11/2010
|
||||
[+] added : getCurrentPorcess, setCurrentProcess routines
|
||||
[!] fixed: loadModule return None for non existin module with out outputing error message
|
||||
|
@ -53,8 +53,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,12,0
|
||||
PRODUCTVERSION 0,0,12,0
|
||||
FILEVERSION 0,0,13,0
|
||||
PRODUCTVERSION 0,0,13,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, 12, 0"
|
||||
VALUE "FileVersion", "0, 0, 13, 0"
|
||||
VALUE "InternalName", "pykd"
|
||||
VALUE "OriginalFilename", "pykd.dll"
|
||||
VALUE "ProductName", "pykd - python extension for windbg"
|
||||
VALUE "ProductVersion", "0, 0, 12, 0"
|
||||
VALUE "ProductVersion", "0, 0, 13, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user