Does anyone have experience with hooking the above functions? After searching the only examples I can find involve injecting a dll into every running process to intercept these calls. This seems very problematic and down right nasty.
Specifically, I’m looking to monitor a directory, intercept any read or write to file and perform an action before the read or write can proceed.
Any ideas?
Thanks,
LarsenMTL