mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
23 lines
771 B
Plaintext
23 lines
771 B
Plaintext
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 |