Ahmed M. Taher
Ahmed M. Taher

Reputation: 712

C# - hook explorer.exe

I have download a source code to hook and monitor files

the link: http://code.google.com/p/easyhook-continuing-detours/downloads/list

but when executing the program "FileMon." . i got the following error: Could not load file or assembly 'EasyHook, Version=2.5.0.0, Culture=neutral, PublicKeyToken=4b580fca19d0b0c5' or one of its dependencies. The system cannot find the file specified

How to solve this error?

Upvotes: 0

Views: 1888

Answers (1)

doogle
doogle

Reputation: 3406

Make sure the file EasyHook.dll is in the folder with the FileMon application.

Upvotes: 2

Related Questions