diff --git a/README.md b/README.md index 93923f7..10f0f6c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ [![PyPI](https://img.shields.io/pypi/v/pywxdump)](https://pypi.org/project/pywxdump/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/pywxdump)](https://pypi.org/project/pywxdump/) -[![PyPI - Format](https://img.shields.io/pypi/format/pywxdump)](https://pypi.org/project/pywxdump/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/pywxdump)](https://pypi.org/project/pywxdump/) - [![GitHub license](https://img.shields.io/pypi/l/pywxdump)](https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE) @@ -142,7 +140,7 @@ wxdump 模式 [参数] # wx_db 获取微信文件夹路径 # decrypt 解密微信数据库 # analyse 解析微信数据库(未完成) -# all 执行所有操作(除获取基址偏移、Analyse) +# all 执行所有操作(除获取基址偏移、解密所有已经登陆的数据库) ``` *示例* diff --git a/pywxdump/version_list.json b/pywxdump/version_list.json index 90d99cb..0e05bb0 100644 --- a/pywxdump/version_list.json +++ b/pywxdump/version_list.json @@ -329,11 +329,11 @@ ], "3.9.5.91": [ 61654904, - 61654680, + 61656240, 61654712, 38986104, 61656176, - 0 + 61677112 ], "3.9.6.19": [ 61997688, diff --git a/tests/test1.py b/tests/test1.py index 9ce4f88..7940e22 100644 --- a/tests/test1.py +++ b/tests/test1.py @@ -12,4 +12,4 @@ from pywxdump.wx_info import read_info # bias = BiasAddr("12345678901", "test", "test", "test", "test").run() wx_info = read_info(VERSION_LIST) -print(wx_info) \ No newline at end of file +print(wx_info) diff --git a/tests/wxdump_test.cmd b/tests/wxdump_test.cmd new file mode 100644 index 0000000..aee6a9e --- /dev/null +++ b/tests/wxdump_test.cmd @@ -0,0 +1,2 @@ +pip install pywxdump +wxdump -h