1 2 3 4 5 6
#pragma once #include <stdint.h> #include <stdbool.h> bool load_elf(const char* file, char* mem, uint32_t mem_size, uint32_t* start_address);