nektra / Deviare-InProc

Deviare In Process Instrumentation Engine
http://nektra.com/products/deviare-api-hook-windows/deviare-in-process/
Other
328 stars 83 forks source link

Possible to hook methods of another .net executable? #27

Open albgen opened 4 years ago

albgen commented 4 years ago

Hi,

I saw the samples and it is showing how to hook on a .net method when running within the same process. How to do it on another dll that is loaded on another .net process? Is it possible?

Thank you

srw commented 4 years ago

Have you checked if RemoteBridge serves your purpose?

albgen commented 4 years ago

Hi,

Thank you but it seems it can hook on java processes and not .net one... You can use .net to connect to java one..

mxmauro commented 4 years ago

Hi @albgen , https://github.com/nektra/Deviare2 might fit your needs.