This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: About hacking libc


On Mon, Jun 17, 2013 at 10:33 AM, Xinyang Ge <xxg113@cse.psu.edu> wrote:
> Thanks all. Does anyone know if there is a unified way to catch up all
> open-like library calls?

Define "all"? All libraries calls from the user's application or all
open calls including those from inside the library?

If the former, yes, just preload a shared library.

If the latter, no, but possible with something like System Tap.

I would be more than happy to see someone work on userspace system tap
probe points for all syscalls.

Such a probe point would catch everything from within the library in a
unified way.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]