Click here to Skip to main content
15,896,063 members

Comments by Wshwilfried (Top 12 by date)

Wshwilfried 21-Apr-16 20:11pm View    
Hello,
My end goal is to track modifications made on certain set of files that I monitor in a mini filter and track their respective sectors at disk level with another driver. I have started to implement it but I had some failure to track sectors of resident files this including file attributes etc that are embedded within the base file record. So I came to the conclusion that If I found a way to track the sectors representing those file's attributes that would satisfy me, thus the post.
Wshwilfried 13-Apr-16 20:28pm View    
Thanks you very much. I clearly see it now.
Wshwilfried 8-Apr-16 3:57am View    
Thank you for the prompt reply. I am going through the CMOS RAM addresses but dont find anything about encryption support could you please show me what I should look at?
Wshwilfried 8-Apr-16 0:58am View    
Thank you very much it solved my problem, programming drivers is really an art.
Wshwilfried 22-Mar-16 23:58pm View    
In my second call to ZwCreateFile I set the desired access to SYNCHRONIZE and it worked. Can anyone explain why? I thought since My goal is to simultaneously read the file I had to provide FILE_READ_DATA or GENERIC_READ.