MCPcopy Index your code
hub / github.com/JaveleyQAQ/WeChatOpenDevTools-Python / load_wechatEXE_and_wechatEx

Method load_wechatEXE_and_wechatEx

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

Source from the content-addressed store, hash-verified

82 self.inject_wechatDLL(wechatEXEpath, wechatEXE_hookcode)
83
84 def load_wechatEXE_and_wechatEx(self):
85 wechat_instances = self.wechatutils_instance.get_wechat_pids_and_versions()
86 if wechat_instances:
87 print(Color.RED + f"[-] 请关闭所有微信实例后再执行该命令 " + Color.END)
88 return 0
89 self.load_wechatEXE_configs()
90 self.load_wechatEx_configs()
91
92 def manage_sessions(self):
93 for session in self.active_sessions[:]: # 使用切片创建副本以便在迭代时修改

Callers 1

mainFunction · 0.80

Calls 3

load_wechatEx_configsMethod · 0.95

Tested by

no test coverage detected