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