#pragma once #include #include bool load_elf(const char* file, char* mem, uint32_t mem_size, uint32_t* start_address);