From 145dc93aac4c53fba7f84acaba21eaf3cbc353a3 Mon Sep 17 00:00:00 2001 From: SiYuan <863909694@qq.com> Date: Tue, 26 Dec 2023 15:32:39 +0800 Subject: [PATCH] Update get_bias_addr.py --- app/decrypt/get_bias_addr.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/decrypt/get_bias_addr.py b/app/decrypt/get_bias_addr.py index d30cda4..11e7d1e 100644 --- a/app/decrypt/get_bias_addr.py +++ b/app/decrypt/get_bias_addr.py @@ -270,9 +270,3 @@ def get_info_without_key(h_process, address, n_size=64): array = bytes(array).split(b"\x00")[0] if b"\x00" in array else bytes(array) text = array.decode('utf-8', errors='ignore') return text.strip() if text.strip() != "" else "None" - - -if __name__ == '__main__': - account, mobile, name, key, db_path = "ShuaikangZhou044", "19103803009", "Shuaikang Zhou",None, r"test" - bias_addr = BiasAddr(account, mobile, name, key, db_path) - bias_addr.run(logging_path=True) \ No newline at end of file