How to intercept the access to a file in a .NET Program

后端 未结 5 1102
梦如初夏
梦如初夏 2021-02-20 05:37

I need to intercept when the system tries to access to a file, and do something before it happens.

5条回答
  •  长发绾君心
    2021-02-20 06:14

    Check http://easyhook.codeplex.com/, it provides you directly from c# c++ like dll method overwritting.

提交回复
热议问题