[SOLVED] How to hook functions from a C low level lib / API

Hi everyone,

I would like to be able to change or at least hook functions from a low level API (for instance Common Crypto).
My goal is -at least- to know which function of this library is used and when.

Does a solution exist to perform what I need?

Thanks.

I’ve found the solution by using MSHookFunction.