unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

information request about this project #136

Open luca2125 opened 4 years ago

luca2125 commented 4 years ago

Hi,

I seaching for a dll or exe that do this:

Log any file name opened by an process id passed as parameters.

To explain better I have a application (game) that I need to know when play a wav file.

I have already tried "easyhook" (a sample project called "remote file monitor" shared by the author that I don't change nothing) with this result:

1) The game load very slow (easyhook use too much resource) 2) The log show the file only the first time, if the game play the some wav file the next times , the log don't show it.

You project "corehook" be used for this purpose ?

thank you !