MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / WasProcessNotRemapped

Method WasProcessNotRemapped

Core/Detections.cpp:1287–1290  ·  view source on GitHub ↗

WasProcessNotRemapped - checks if remapping -did not- occur returns `true` if program was not remapped */

Source from the content-addressed store, hash-verified

1285 returns `true` if program was not remapped
1286*/
1287bool Detections::WasProcessNotRemapped()
1288{
1289 return false; //this will be finished soon...
1290}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected