How to monitor the data coming from a dvd

I’m trying to monitor the data received from a Dvd-video and my question is
if i put a filter driver on my dvd can i monitor everything coming from the
DVD inside the FastIoRead function ?

Thanks

>if i put a filter driver on my dvd can i monitor everything coming from
the

DVD inside the FastIoRead function ?

No.


Slava Imameyev, xxxxx@hotmail.com

“Francky” wrote in message news:xxxxx@ntfsd…
> I’m trying to monitor the data received from a Dvd-video and my question
> is if i put a filter driver on my dvd can i monitor everything coming
> from the DVD inside the FastIoRead function ?
>
> Thanks
>
>

You need an SRB-level filter, which is below CdRom.sys and above storage
port. Look at SCSIOP_READ (or is it SCSIOP_READ10?) commands.

Also note that there is no 100% guarantees. Some hooking software can
bypass this.


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

“Francky” wrote in message news:xxxxx@ntfsd…
> I’m trying to monitor the data received from a Dvd-video and my question is
> if i put a filter driver on my dvd can i monitor everything coming from the
> DVD inside the FastIoRead function ?
>
> Thanks
>
>
>