This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

ld --wrap and zcat


fstream::open in libstdc++ calls fopen in libc. I'd like to use ld --wrap to hook the fopen call to call popen to decompress a .gz file using zcat. Is this possible with ld --wrap? From my experimentation, it seems not. Is this possible using LD_PRELOAD and dlsym?

Thanks,
Shaun


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