* Jonathan Wakely via Gcc-help: > On Mon, 31 Jan 2022, 03:54 Farid Zakaria via Gcc-help, <gcc-help@xxxxxxxxxxx> > wrote: > >> Hi, >> >> Not exactly sure if this is the best mailing list for this question, >> please recommend me elsewhere if more appropriate. >> >> I am looking to perform some functionality before the dynamic linker >> (linux-ld/ld.so) is invoked. >> > > I would try the glibc list then. Specifically libc-help: <https://sourceware.org/mailman/listinfo/libc-help> Farid, the LD_AUDIT interface may be what you are looking for. It allows one to write dynamic loader plugins which run very early. Thanks, Florian