Deviare's Design

With Deviare you can program a hook handler in your own process to get called when any API function is called in the remote process in this way:

Deviare API Hook Design

Deviare supports COM technology to let you write hook handlers in any high-level language like VB, VB.NET, C#, Python, Delphi, etc.

If you need many hooks and you need extreme performance you can implement your hooks inside the remote process in this way:

Deviare API Hook with Custom Hooks Design