07-21-06 06:20 PM
Alan Coopersmith <alanc@alum.calberkeley.org> writes:
> Paul Pluzhnikov <ppluzhnikov-nsp@charter.net> writes in comp.unix.solaris:
...
> |All you have to do is "pretend" that your executable is the dynamic
> |linker (/lib/ld.so.1) and load (mmap) the executable yourself...
...
> XFree86 did this for the driver modules.
Interesting. I never looked at that code.
Did it actually implement complete ld.so equivalent, or did it
"cheat" by resolving all references at driver load time (equivalent
of LD_BIND_NOW)? Were the modules in ELF, or some other more
convenient and simpler format?
Thanks,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
[ Post a follow-up to this message ]
|