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