From c722c3c16c8d038fa2cac2dab78f73f54c36c1e8 Mon Sep 17 00:00:00 2001
From: SiYuan <863909694@qq.com>
Date: Tue, 26 Dec 2023 11:01:49 +0800
Subject: [PATCH 1/2] Update readme.md
---
readme.md | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/readme.md b/readme.md
index 3200760..99e2dc6 100644
--- a/readme.md
+++ b/readme.md
@@ -1,18 +1,28 @@
我的数据我做主
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 2/2] 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