mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[0.2.x] fixed : stkdelta.py
git-svn-id: https://pykd.svn.codeplex.com/svn@82487 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
053b930846
commit
78f733fb2d
@ -8,7 +8,7 @@ def printThreadInfo():
|
|||||||
|
|
||||||
thread = nt.typedVar( "_KTHREAD", getImplicitThread() )
|
thread = nt.typedVar( "_KTHREAD", getImplicitThread() )
|
||||||
|
|
||||||
stackPointer = reg("rsp") if is64bitSystem() else reg("esp")
|
stackPointer = addr64( reg("rsp") if is64bitSystem() else reg("esp") )
|
||||||
|
|
||||||
dprintln("")
|
dprintln("")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user