mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[!] re-commit
git-svn-id: https://pykd.svn.codeplex.com/svn@58075 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
ea3dad282d
commit
5cff86598c
@ -2,13 +2,6 @@ import sys
|
|||||||
from pykd import *
|
from pykd import *
|
||||||
|
|
||||||
|
|
||||||
#def loadSymbols():
|
|
||||||
#
|
|
||||||
# global nt
|
|
||||||
# nt = loadModule( "nt" )
|
|
||||||
# nt.PsActiveProcessHead = getOffset( "nt", "PsActiveProcessHead" )
|
|
||||||
|
|
||||||
|
|
||||||
def printStack():
|
def printStack():
|
||||||
|
|
||||||
threadList = getThreadList()
|
threadList = getThreadList()
|
||||||
@ -21,11 +14,6 @@ def printStack():
|
|||||||
dprintln("")
|
dprintln("")
|
||||||
|
|
||||||
|
|
||||||
# stackFrames = getCurrentStack()
|
|
||||||
|
|
||||||
# [ dprintln( findSymbol( f.instructionOffset ) + " (%x)" % f.instructionOffset ) for f in stackFrames ]
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
if not isSessionStart():
|
if not isSessionStart():
|
||||||
|
Loading…
Reference in New Issue
Block a user