how to use apihook to hide a file or directory?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello, i want to use the apihook to hide a specific file or directory,not let any user to see the file and directory expect me? what can i do?
-
hello, i want to use the apihook to hide a specific file or directory,not let any user to see the file and directory expect me? what can i do?
I'm curious what a hook has to do with hiding a file/directory. Just change the security permissions of the object so that only you, or a group to which you belong, can access the object.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown