This is the mail archive of the libc-alpha@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]

Hook functions for system calls


Hi,

I want to write hook functions for system calls that happen either
directly or indirectly ie. I need my hook write function to be invoked
whenever write() or fprintf() system call is invoked by the program. I
tried tweaking glibc but not able to find exact point when I can plugin
the hook function. Any suggestions?

Thank you,
Rekha


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