[Kernel] Implemented XexLoadImageFromMemory

This commit is contained in:
Hyper
2024-08-26 22:13:27 +01:00
committed by Radosław Gliński
parent 1a9ff8fe67
commit a867320a87
5 changed files with 84 additions and 7 deletions

View File

@@ -76,6 +76,8 @@ class UserModule : public XModule {
X_STATUS LoadFromFile(const std::string_view path);
X_STATUS LoadFromMemory(const void* addr, const size_t length);
X_STATUS LoadFromMemoryNamed(const std::string_view name, const void* addr,
const size_t length);
X_STATUS LoadContinue();
X_STATUS Unload();