MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / GetBaseAddress

Function GetBaseAddress

ReClass/stdafx.cpp:268–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268ULONG_PTR GetBaseAddress( )
269{
270 if (g_MemMap.size( ) > 1)
271 return g_AttachedProcessAddress;
272 #ifdef _WIN64
273 return (ULONG_PTR)0x140000000;
274 #else
275 return (ULONG_PTR)0x400000;
276 #endif
277}
278
279BOOLEAN IsCode( ULONG_PTR Address )
280{

Callers 1

CNodeClassMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected