Does anyone know how to go about in order to trace dynamic library calls like ltrace does ?
I found the source and from what i saw it inserts breakpoints after reading the ELF file at runtime. That seems rather complicated for what i want to do in my program as this will not be it's main functionality.
Is there any other way to trace library calls or do i have to start reading the ltrace source as well as the elf file format ?