#ifndef TWN_ELF_H #define TWN_ELF_H #include bool infer_elf_section_bounds(const char *restrict name, const char **restrict vm_start, const char **restrict vm_end); #endif