KernelObject
Programmer
Hello,
I have managed to get a VxD installed from my app that hooks into the file system and logs all kinds of file system access on my system.
I am now 'aware' of all other apps running on my m/c making system calls to the File system for file primitives.
Now, how can I restrict third party apps from accessing certain files/directories? i.e. I need to get to the file first and block the file from being dished out to the app that is requesting it.
plz help.
I have managed to get a VxD installed from my app that hooks into the file system and logs all kinds of file system access on my system.
I am now 'aware' of all other apps running on my m/c making system calls to the File system for file primitives.
Now, how can I restrict third party apps from accessing certain files/directories? i.e. I need to get to the file first and block the file from being dished out to the app that is requesting it.
plz help.