Skip to content

auto decrypt #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged

auto decrypt #44

merged 1 commit into from
Apr 15, 2025

Conversation

sjzar
Copy link
Owner

@sjzar sjzar commented Apr 15, 2025


好好好,自动解密总算写完了
目前我本地的测试结果来看,4.0 版本微信的数据更新延迟大约是 12 秒,macOS 和 Windows 版本行为一致
3.x 版本微信的自动解密基本不可用,因为微信长时间不写数据库文件,所以哪怕做了文件监控也无法获得新的内容
由于 Windows 平台系统限制,无法操作更新已打开的数据库文件,为了避免影响 API 可用性,做了一个骚操作,每次打开数据库时,将数据库文件拷贝到临时目录再打开,这样就能规避原文件被锁定无法更新的问题

@sjzar sjzar merged commit 25d0b39 into main Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant