mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 19:53:22 +08:00
5 lines
79 B
Python
5 lines
79 B
Python
![]() |
from pykd import *
|
||
|
|
||
|
s = dbgCommand( "dt nt!_DRIVER_OBJECT" )
|
||
|
|
||
|
dprintln( s )
|