MCPcopy 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
318void HookRendererProcess()
319{
320 // Hook CefExecuteProcess().
321 CefExecuteProcess.hook(LIBCEF_MODULE_NAME, "cef_execute_process", Hooked_CefExecuteProcess);
322}

Callers 2

InitializeFunction · 0.85
dllmainFunction · 0.85

Calls 1

hookMethod · 0.80

Tested by

no test coverage detected