加快info的获取速度
This commit is contained in:
parent
3849ae484e
commit
b80dd23112
@ -232,7 +232,6 @@ def read_info(version_list: dict = None, is_logging: bool = False, save_path: st
|
||||
isKey = verify_key(bytes.fromhex(rd["key"]),
|
||||
os.path.join(rd['filePath'], "MSG", "MicroMsg.db")) if rd['key'] != "None" and rd[
|
||||
'filePath'] != "None" else False
|
||||
|
||||
if rd['filePath'] != "None" and rd['key'] == "None" and not isKey:
|
||||
rd['key'] = get_key(rd['pid'], rd['filePath'], addrLen)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user