S
Shalini
Hello All
I have modified the DiskPerf source code to add Encryption and Decryption
and it is working successfully with no problems.
But i have one question regarding htat..
Is it possible in any way i can access what file is being accessed..from the
MyDriverReadWrite and MyDriverIoCompletion functions.
For example consider i have mapped IRP_MJ_READ and IRP_MJ_WRITE to
MyDriverReadWrite ..
When i edit a file called Somefile.txt immediately i get my
MyDriverReadWrite Called.
Is it possible in any way i know in MyDriverReadWrite that the file accessed
currently is somefile.txt in the driver.
My main question is i have to avoid certain files from being
encrypted/decrypted at all. is it possible in any way other than this????
I know we can also write a File System Filter Driver. But that will really
take weeks. So i just wanted to avoid the work effort.
Is it possible in any way??
Expecting ur replies..
Thanks
Shal
I have modified the DiskPerf source code to add Encryption and Decryption
and it is working successfully with no problems.
But i have one question regarding htat..
Is it possible in any way i can access what file is being accessed..from the
MyDriverReadWrite and MyDriverIoCompletion functions.
For example consider i have mapped IRP_MJ_READ and IRP_MJ_WRITE to
MyDriverReadWrite ..
When i edit a file called Somefile.txt immediately i get my
MyDriverReadWrite Called.
Is it possible in any way i know in MyDriverReadWrite that the file accessed
currently is somefile.txt in the driver.
My main question is i have to avoid certain files from being
encrypted/decrypted at all. is it possible in any way other than this????
I know we can also write a File System Filter Driver. But that will really
take weeks. So i just wanted to avoid the work effort.
Is it possible in any way??
Expecting ur replies..
Thanks
Shal