
December 13th, 2009, 03:26 PM
|
|
Contributing User
|
|
Join Date: Dec 2004
Posts: 84
Time spent in forums: 2 Days 15 h 3 m 44 sec
Reputation Power: 9
|
|
Hide files - Api hooking vs driver
Hello,
I need to programatically hide a few files at the user request (a fingerprint scan would be made, but that is out of the scope of the question).
I am more inclined for the API hooking since I believe it is safer (BSOD not possible) and easier to make it compatible with windows xp+. On the other hand, with a driver the files would be more secure. Since they would literally be hidden system wide.

|