Hi.. On Tue, May 13, 2008 at 11:37 PM, Peter Teoh <[EMAIL PROTECTED]> wrote: > One more thing: all ELF is compiled to be loaded at a particular > FIXED starting virtual mem,
You mean executable ELF, right? Well, not really...I forgot the term, but now ELF exec can be made fully relocatable..... something like being compiled with -fPIC but not just producing shared libs. It is used by framework like grsecurity to achieve full address space randomization. regards, Mulyadi. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
