MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / Is64BitProcess

Function Is64BitProcess

src/ColdAPI_Steam/Hook_utils/ColdHook.cpp:129–136  ·  view source on GitHub ↗

Arch

Source from the content-addressed store, hash-verified

127
128 // Arch
129 static bool Is64BitProcess()
130 {
131#ifdef _WIN64
132 return true;
133#else
134 return false;
135#endif
136 }
137
138 // Custom
139 static bool IsAddressRegisteredAsHook(void* Address)

Callers 3

DisasmRangeFunction · 0.85
AllocateTrampolineFunction · 0.85
InitFunctionHookByNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected