acadia/zion/loader/elf_loader.h

7 lines
146 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
// Loads the elf program and returns its entry point.
uint64_t LoadElfProgram(uint64_t base, uint64_t length);