Results 1 to 1 of 1
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 ...
- 01-15-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
Need help with dynamic library call tracing
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 ?


Reply With Quote