i am looking for a windows-tool that lists all the files that are currently opened by a specific process?
basically i mean files that got a fopen but never got a fclose by a specific process.
i tried to use sysinternals processmonitor, but i couldnt figure out how to list the current opened files but only when the opening happens.
thanks!