jacereda / fsatrace

Filesystem access tracer
ISC License
78 stars 12 forks source link

Emit read for DLL's loaded before we get loaded #20

Closed ndmitchell closed 5 years ago

ndmitchell commented 5 years ago

On Windows the executable and other dlls get loaded before we do, so we don't spot any reads they do. To paper over that we list all dlls and the exe and add read events for them.

Fixes #19

ndmitchell commented 5 years ago

New version pushed which answers all the feedback

jacereda commented 5 years ago

Thanks!