MCPcopy Create free account
hub / github.com/evi0s/WMPFDebugger / getMainModule

Function getMainModule

frida/hook.js:1–6  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

1const getMainModule = (version) => {
2 if (version >= 13331) {
3 return Process.findModuleByName("flue.dll");
4 }
5 return Process.findModuleByName("WeChatAppEx.exe");
6};
7
8const patchCDPFilter = (base, config) => {
9 // xref: SendToClientFilter OR devtools_message_filter_applet_webview.cc

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected