From fs/binfmt_elf.c */ static int load_elf_binary(struct linux_binprm *bprm) { /* 获取可执行文件的头128 B,已经由kernel_read 提前读取到内存 ...
確定! 回上一頁