MCPcopy Create free account
hub / github.com/ThirteenAG/Ultimate-ASI-Loader / GetMemoryModule

Function GetMemoryModule

source/dllmain.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79void* ogMemModule = NULL;
80void* WINAPI GetMemoryModule()
81{
82 return ogMemModule;
83}
84
85bool IsPackagedProcess()
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected