I want to hook native function, but it's not exported (llike fopen etc), it's inner user defined function. How can I hook it?
My idea is to read all the functions of the so library and based on the function names hook the ones I need. Is this possible?