mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
ready for release
git-svn-id: https://pykd.svn.codeplex.com/svn@56461 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
7831603e21
commit
58953f5a81
@ -1,3 +1,12 @@
|
||||
version 0.0.8 27/10/2010
|
||||
[+] added: physical memory read support ( for loadBytes, loadWords etc)
|
||||
[+] added: !pythonpath windbg command - print enviroment var $pythonpath
|
||||
[+] added: !py windbg command uses $pythonpath var for search scripts
|
||||
[+] added: ptrSize routine ( returns pointer's size at the target platform )
|
||||
[!] bug fixed: issue #7164 ( loadTypedVarList can fall in infinite loop )
|
||||
[+] added: sizeof routine ( returns size of type )
|
||||
[+] added: sizeof method for typedVarClass ( return size of var in memory )
|
||||
|
||||
version 0.0.7 20/08/2010
|
||||
|
||||
[+] added: getImplicitThread routine( get address of the current thread )
|
||||
|
@ -53,8 +53,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,0,7,0
|
||||
PRODUCTVERSION 0,0,7,0
|
||||
FILEVERSION 0,0,8,0
|
||||
PRODUCTVERSION 0,0,8,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, 7, 0"
|
||||
VALUE "FileVersion", "0, 0, 8, 0"
|
||||
VALUE "InternalName", "pykd"
|
||||
VALUE "OriginalFilename", "pykd.dll"
|
||||
VALUE "ProductName", "pykd - python extension for windbg"
|
||||
VALUE "ProductVersion", "0, 0, 7, 0"
|
||||
VALUE "ProductVersion", "0, 0, 8, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user