0

I have .net app. It has some methods that i'd like to monitor (hook)

Using Easyhook i can inject into running this process. But how can i find method's address for hooking?

Yuriy Vikulov
  • 2,469
  • 5
  • 25
  • 32
  • Isn't easyhook intended only to hook into unmanaged calls? For hooking into managed calls see [this question](http://stackoverflow.com/questions/6169552/is-there-a-way-to-hook-a-managed-function-in-c-sharp-like-i-would-a-unmanaged-fu). – Stefan Monov Apr 21 '17 at 17:11
  • hum, good point, thx – Yuriy Vikulov Apr 21 '17 at 17:28

0 Answers0