Lynx/FennixLoader/loadelf.hpp
2023-04-29 06:52:22 +03:00

5 lines
99 B
C++

#pragma once
#include <types.h>
bool LoadElfInMemory(void *Address, size_t Length, bool Allow64);