修改微信未登录获取基址的默认返回值

This commit is contained in:
shuaikangzhou 2024-02-01 16:22:34 +08:00
parent 20b257c46b
commit 463f7aa9ed

View File

@ -237,7 +237,7 @@ class BiasAddr:
def run(self, logging_path=False, version_list_path=None):
if not self.get_process_handle()[0]:
return None
return {}
mobile_bias = self.search_memory_value(self.mobile, self.module_name)
name_bias = self.search_memory_value(self.name, self.module_name)
account_bias = self.search_memory_value(self.account, self.module_name)