mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +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);
|