mirror of
https://github.com/NtDallas/MemLoader
synced 2026-06-06 16:24:30 +00:00
10 lines
103 B
C++
10 lines
103 B
C++
#pragma once
|
|
|
|
#include "Native.h"
|
|
|
|
namespace Obf {
|
|
void* Load(
|
|
_In_ char* ModuleName
|
|
);
|
|
}
|