Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
BOOL
192
PLUGIN_CC
193
ReClassIsReadMemoryOverriden(
194
VOID
195
)
196
{
197
return (g_PluginOverrideReadMemoryOperation != nullptr) ? TRUE : FALSE;
198
}
199
200
BOOL
201
PLUGIN_CC
Callers
2
PluginInit
Function · 0.85
PluginSettingsDlg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected