Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
68
LPVOID CData::GetAntiModuleInformations()
69
{
70
auto lpAntiInfo = (LPVOID)m_pAntiModuleInfo.get();
71
return lpAntiInfo;
72
}
73
HMODULE CData::GetAntiModule()
74
{
75
return m_hAntiModule;
Callers
4
SetFakeImageBase
Function · 0.80
SetFakeImageSize
Function · 0.80
RunShadow
Method · 0.80
Initialize
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected