5 lines
79 B
Python
5 lines
79 B
Python
from pykd import *
|
|
|
|
s = dbgCommand( "dt nt!_DRIVER_OBJECT" )
|
|
|
|
dprintln( s ) |