Monitor File Handlers in Windows Without API Hooking: An Alternative to CreateFile and OpenFile
Monitoring File Handles in Windows: An Introduction Have you ever found yourself needing to snoop on a log file written by an application, only to realize that the common Windows APIs like CreateFile ...