mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
72 lines
3.2 KiB
Plaintext
72 lines
3.2 KiB
Plaintext
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 )
|
|
[+] added: windbg snippet displaying list of export for module
|
|
[+] added: loadCStr, loadWStr routine added ( loading c-style string )
|
|
[!] typedVar routine fixed: loading array of complex type
|
|
|
|
version 0.0.9 03/11/2010
|
|
[+] added: windbg snippet displaying GDT entries
|
|
[+] added: windbg snippet displaying VMCS structure ( Intel-VT virtualization context )
|
|
[!] bug fixed: issue #7528 ( loadBytes raises error "did not match C++ signature" )
|
|
[+] added: windbg snippet displaying CR0 register
|
|
[+] added: windbg snippet displaying CR4 register
|
|
[+] added: !py windbg command can work without python script file extension ".py"
|
|
|
|
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 )
|
|
[+] added: setImplicitThread routine ( change current thread context )
|
|
[+] added: dbgStackFrameClass class ( information about stack frame )
|
|
[+] added: getCurrentStack routine ( get current stack as collections of dbgStackFrameClass object )
|
|
[+] added: loadLinkedList routine
|
|
[+] added: getPdbFile routine
|
|
[+] added: reloadSymbols
|
|
[!] bug fixed: issue #6862 ( loadUnicodeString for x64 target does not work )
|
|
|
|
version 0.0.6 09/08/2010
|
|
|
|
[+] added: dbgExtensionClass class for calling windbg extension command from python script
|
|
[!] bug fixed: issue #6812 ( windbg ext command !py does not work with full path )
|
|
[+] added: !pycmd command for windbg extension
|
|
|
|
|
|
version 0.0.5 03/08/2010
|
|
|
|
[!] fixed: issue #6769 ( Args parsing is not supporting quoting )
|
|
[+] added: proclist.py sample
|
|
[+] added: loadTypedVarList routine
|
|
[!] fixed: typedVar
|
|
|
|
version 0.0.4 29/07/2010
|
|
|
|
[+] added: loadUnicodeString routine
|
|
[+] added: loadAnsiStr routine
|
|
[+] added: drvobj.py sample
|
|
[+] fixed: issue #6747 ( windbg script's call parameters passing into python script added )
|
|
|
|
|
|
version 0.0.3 28/07/2010
|
|
|
|
[!] bugfix: typedVar
|
|
[+] routines for loading integer value by pointer ( PtrByte, PtrSignByte, PtrWord ... ) added
|
|
[+] routines for loading array with sign extending( loadSignBytes, loadSignWords ... ) added
|
|
[+] routines for loading array ( loadBytes, loadWords ... ) added
|
|
[+] ssdt.py sample added
|
|
[+] idt.py sample added |