Merge branch 'LC044:master' into master

This commit is contained in:
STDquantum 2023-12-17 17:57:58 +08:00 committed by GitHub
commit 053b1a114a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ def get_key(db_path, addr_len):
key_bytes = read_key_bytes(pm.process_handle, j, addr_len)
if key_bytes == "None":
continue
if verify_key(key_bytes, MicroMsg_path):
if db_path != "None" and verify_key(key_bytes, MicroMsg_path):
return key_bytes.hex()
return "None"