1 2 3 4 5 6 7
#pragma once #include<string.h> #include<stdbool.h> #include<stdint.h> void load_elf(char *filename, bool *is32bit_p, uint64_t *entry);