convert_prot
data_prot = convert_prot(segs[i]->p_flags);
prot = convert_prot(ph->p_flags) | (before ? PROT_WRITE : 0);
int convert_prot(int); /* Elf flags -> mmap protection */