分页: 1 / 1

man 8 ld.so

发表于 : 2006-06-16 11:38
nobrain
发行版: ubuntu 6.06
包的名称(有bug的): manpages


LD_PRELOAD
A whitespace-separated list of additional, user-specified, ELF
shared libraries to be loaded before all others. This can be
used to selectively override functions in other shared
libraries. For setuid/setgid ELF binaries, only libraries in
the standard search directories that are also setgid will be
loaded.

LD_AOUT_PRELOAD
The name of an additional, user-specified, a.out shared library
to be loaded after all others. This can be used to selectively
override functions in other shared libraries.




这个我不是很懂啦,但是感觉这个描述怎么一个是before一个是after? 我感觉应该都是before.