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

Method GetAntiModuleInformations

Source/Client/NM_Engine/Data.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67}
68LPVOID CData::GetAntiModuleInformations()
69{
70 auto lpAntiInfo = (LPVOID)m_pAntiModuleInfo.get();
71 return lpAntiInfo;
72}
73HMODULE CData::GetAntiModule()
74{
75 return m_hAntiModule;

Callers 4

SetFakeImageBaseFunction · 0.80
SetFakeImageSizeFunction · 0.80
RunShadowMethod · 0.80
InitializeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected