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

Function ReClassIsReadMemoryOverriden

ReClass/PluginAPI.cpp:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191BOOL
192PLUGIN_CC
193ReClassIsReadMemoryOverriden(
194 VOID
195)
196{
197 return (g_PluginOverrideReadMemoryOperation != nullptr) ? TRUE : FALSE;
198}
199
200BOOL
201PLUGIN_CC

Callers 2

PluginInitFunction · 0.85
PluginSettingsDlgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected