Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acidicoala/ScreamAPI
/ init_hook_mode
Function
init_hook_mode
src/scream_api/scream_api.cpp:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void init_hook_mode() {
73
LOG_INFO(
"Detected hook mode"
);
74
75
kb::dll_monitor::init_listener(
76
{{EOSSDK_DLL, on_eossdk_loaded}}
77
);
78
}
79
}
80
81
namespace scream_api {
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected