Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ HookRendererProcess
Function
HookRendererProcess
core/src/renderer/renderer.cc:318–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
void HookRendererProcess()
319
{
320
// Hook CefExecuteProcess().
321
CefExecuteProcess.hook(LIBCEF_MODULE_NAME,
"cef_execute_process"
, Hooked_CefExecuteProcess);
322
}
Callers
2
Initialize
Function · 0.85
dllmain
Function · 0.85
Calls
1
hook
Method · 0.80
Tested by
no test coverage detected