secure_guy
02-27-2003, 12:05 PM
Hi everyone,
do any of you know of a document/web site which "comprehensively" explains the basics of got/plt & mechanisms of dynamic loading/linking with global offset table/procedure linkage table. if not can anyone please explain it to me? thanks for your help....
GOT and PLT are part of the ELF binary format specification.
ELF - executable library format
GOT - global offset table
PLT - procedure linkage table
Please advise, thanks ps.
do any of you know of a document/web site which "comprehensively" explains the basics of got/plt & mechanisms of dynamic loading/linking with global offset table/procedure linkage table. if not can anyone please explain it to me? thanks for your help....
GOT and PLT are part of the ELF binary format specification.
ELF - executable library format
GOT - global offset table
PLT - procedure linkage table
Please advise, thanks ps.