2016-03-04 07:09:26 -08:00

9 lines
106 B
C

#include <libelf.h>
int main(void)
{
Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0);
return (long)elf;
}