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]

Re: fopen() calls __open()


Derrell.Lipman@UnwiredUniverse.com wrote:

> If you have any other suggestions for me, I'd certainly like to hear them!

For many particular cases, it is feasible to rewrite (patch) glibc
at runtime.  Disassemble to find the calls of interest, then change them.
Of course this is architecture dependent, and some modes of SELinux aim to
inhibit such modifications.  But on x86, x86_64, and PowerPC it is not
hard to do.

-- 


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