#pragma once #include namespace ELFLoader { void* load_elf_from_address(uintptr_t addr); void* load_elf_from_initrd(const char* filename); }