pe_args
process_elf(pe_args *pep)
pe_args *_pep;
_pep = malloc(sizeof (pe_args));
pe_args *pep;
pep = malloc(sizeof (pe_args));