ELFLEN
if (strncmp(elfbuf, elf_signature, ELFLEN) != 0) {
if (sb.st_size < ELFLEN) {
if (read(fd, elfbuf, ELFLEN) != ELFLEN) {