mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[0.1.x] fixed : snippet ndis.py
git-svn-id: https://pykd.svn.codeplex.com/svn@77336 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
118dfd9ca1
commit
9a007db764
@ -68,9 +68,9 @@ def printNdisObj():
|
||||
|
||||
while opn != 0:
|
||||
|
||||
openBlock = typedVar( "ndis", "_NDIS_OPEN_BLOCK", opn )
|
||||
openBlock = typedVar( "ndis!_NDIS_OPEN_BLOCK", opn )
|
||||
|
||||
proto = typedVar( "ndis", "_NDIS_PROTOCOL_BLOCK", openBlock.ProtocolHandle )
|
||||
proto = typedVar( "ndis!_NDIS_PROTOCOL_BLOCK", openBlock.ProtocolHandle )
|
||||
|
||||
dprint( "%s \t<link cmd=\"dt ndis!_NDIS_OPEN_BLOCK %x\">NDIS_OPEN_BLOCK( %x )</link>" % ( loadUnicodeString( proto.ProtocolCharacteristics.Name.getAddress() ), openBlock.getAddress(), openBlock.getAddress() ), True )
|
||||
dprintln( "\t<link cmd=\"dt ndis!_NDIS_PROTOCOL_BLOCK %x\">NDIS_PROTOCOL_BLOCK( %x )</link>" % ( proto.getAddress(), proto.getAddress() ), True )
|
||||
|
Loading…
Reference in New Issue
Block a user