#pragma once #include #include namespace weee::core { struct mem; bool load_elf(const std::string &, mem &); } // namespace weee::core