MCPcopy Create free account
hub / github.com/JaveleyQAQ/WeChatOpenDevTools-Python / __init__

Method __init__

utils/commons.py:10–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class Commons:
10 def __init__(self):
11 self.wechatutils_instance = WechatUtils()
12 self.device = frida.get_local_device()
13 self.process = self.device.enumerate_processes()
14 self.version_list = []
15 self.configs_path = ""
16 self.active_sessions = []
17
18 def onMessage(self, message, data):
19 if message['type'] == 'send':

Callers

nothing calls this directly

Calls 1

WechatUtilsClass · 0.90

Tested by

no test coverage detected