mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-05-25 22:14:44 +00:00
5 lines
99 B
C++
5 lines
99 B
C++
#pragma once
|
|
#include <types.h>
|
|
|
|
bool LoadElfInMemory(void *Address, size_t Length, bool Allow64);
|