Click to See Complete Forum and Search --> : hook filesystem in win32
haaad
April 30th, 2007, 08:55 AM
I want to create somethink like vault for files and folders. So i need take control over the file system. my proc should have entry point on low level (as low as possible and as much legal in win32). and there is the problem - i don't know where to start looking. any ideas will help...
SliderMan
April 30th, 2007, 02:53 PM
im not that good in that stuff but
you can try making a driver means u got kernnel axx i think its the lowest you can go
then make a simple program thats will load that sys driver file
and ur done.
haaad
May 2nd, 2007, 07:23 AM
tanks,
little digging and...
potential solution is...
"File System Filter Driver"
It is used by antivir's crypto's over fs :)
Now I need to learn how to write drivers and stuff related - lots of fun :)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.