You need to read the kernel sources to understand what happens when a
process
starts up. For specific information on the behavior you are witnessing, I
suggest you take a look at the file fs/binfmt_elf.c, specifically the
create_elf_tables function.
The last time I looked at it, these facts were t...
process
starts up. For specific information on the behavior you are witnessing, I
suggest you take a look at the file fs/binfmt_elf.c, specifically the
create_elf_tables function.
The last time I looked at it, these facts were t...
[ more ]