MCPcopy Create free account
hub / github.com/Soreepeong/XivAlexander / InjectedModule

Method InjectedModule

XivAlexanderCommon/Utils/Win32/InjectedModule.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "XivAlexanderCommon/Utils/Win32/Process.h"
5
6Utils::Win32::InjectedModule::InjectedModule()
7 : m_rpModule(nullptr)
8 , m_path()
9 , m_hProcess() {
10}
11
12Utils::Win32::InjectedModule::InjectedModule(Process hProcess, std::filesystem::path path)
13 : m_rpModule(hProcess.LoadModule(path))

Callers

nothing calls this directly

Calls 1

LoadModuleMethod · 0.80

Tested by

no test coverage detected