mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-12 20:21:21 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bec302bda4
@ -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)
|
22
readme.md
22
readme.md
@ -1,18 +1,28 @@
|
||||
<h1 align="center">我的数据我做主</h1>
|
||||
<div align="center">
|
||||
<img src="https://img.shields.io/badge/WeChat-留痕-blue.svg">
|
||||
<a href="https://memotrace.lc044.love/" target="_blank">
|
||||
<img src="https://img.shields.io/badge/WeChat-留痕-blue.svg">
|
||||
</a>
|
||||
<a href="https://github.com/LC044/WeChatMsg/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/LC044/WeChatMsg.svg" />
|
||||
</a>
|
||||
<a href="https://github.com/LC044/WeChatMsg/issues">
|
||||
|
||||
<!-- <a href="https://github.com/LC044/WeChatMsg/issues">
|
||||
<img alt="Issues" src="https://img.shields.io/github/issues/LC044/WeChatMsg?color=0088ff" />
|
||||
</a>
|
||||
<a href="./doc/readme.md">
|
||||
<img src="https://img.shields.io/badge/文档-最新-brightgreen.svg" />
|
||||
</a> -->
|
||||
|
||||
<a>
|
||||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/LC044/WeChatMsg?color=eb6ea5">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<a href="https://memotrace.lc044.love/" target="_blank">
|
||||
<img src="https://img.shields.io/github/license/LC044/WeChatMsg" />
|
||||
</a>
|
||||
<a href="https://github.com/LC044/WeChatMsg/releases" target="_blank">
|
||||
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/LC044/WeChatMsg">
|
||||
</a>
|
||||
<a href="https://memotrace.lc044.love/" target="_blank">
|
||||
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/LC044/WeChatMsg/total?color=3eb370">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
Loading…
Reference in New Issue
Block a user