Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Edited Issue: [0.3.x] printing IO_SCQ struct raises exception [13784]

$
0
0
Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )

```
dt IO_CSQ
+0x000 Type : Uint4B
+0x004 CsqInsertIrp : Ptr32 void
+0x008 CsqRemoveIrp : Ptr32 void
+0x00c CsqPeekNextIrp : Ptr32 _IRP*
+0x010 CsqAcquireLock : Ptr32 void
+0x014 CsqReleaseLock : Ptr32 void
+0x018 CsqCompleteCanceledIrp : Ptr32 void
+0x01c ReservePointer : Ptr32 Void
```

```
>>>print typeInfo("IO_CSQ")
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: pyDia: Call IDiaSymbol::get_baseType failed
Symbol: , tag= 14
Return value is 0x1:
Incorrect function.
```
Comments: ** Comment from web user: kernelnet **

resolved in 0.3.0.35 version


Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>