I have a dynamic library (no source code available) coming from a supplier. This library is linked against the uCLibC.
If I link my application against this library, can I intercept some calls that this library maybe doing to uclibc/libc (e.g. malloc, printf, ...)? For example, I would like to modify the printf that this library is using.
thanks.