MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / CManualMap

Method CManualMap

Source/Client/NM_Engine/ManualMap.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "ReflectiveDLLRefresher\src\ApiSetMap.h"
9
10CManualMap::CManualMap()
11{
12 // ok // process, kernel32, kernelbase, ntdll, user32, ws2_32
13 // next // anticheat, wow64cpu, msvcrt, win32u, psapi, winsta, gdi32, advapi32, wininet, iphlpapi, winmm
14 // opt // d3d8, d3d9, d3d10, d3d11, d3d12, vulcan, opengl modules
15}
16
17std::shared_ptr <SMappedModuleInfo> CManualMap::GetMappedModuleInformations(HMODULE hTargetModule)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected