pykd/kdar/cmd.py

5 lines
79 B
Python
Raw Normal View History

from pykd import *
s = dbgCommand( "dt nt!_DRIVER_OBJECT" )
dprintln( s )