Hi. I'm currently making a driver for recording the addresses and lengths of I/O request happening in the system.
I made a driver that operates below storage class driver and above storage port driver, so that it can filter SRBs.
This is the CDB of the SCSI_REQUEST_BLOCK
I got for SCSIOP_READ
. Apparently, I found the length of the I/O, but not the address.
Should I use another method, other than relying on CDB?