Hi Shachar,

In the last lecture I told you that the name of the interpreter for 
dynamically linked ELF files is stored inside the ELF file. Here is the 
relevant information:

http://www.caldera.com/developers/devspecs/gabi41.pdf (the System V ABI)

See the chapter "Dynamic Linking", section "Program Interpreter" at page 
85.

You can retrieve the name of the interpreter of an ELF file using:

readelf -l <ELF file>

                                                Regards,
                                                        Emil
_______________________________________________
Haifux mailing list
Haifux@haifux.org
http://hamakor.org.il/cgi-bin/mailman/listinfo/haifux

Reply via email to