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