Add read-only Windows WeChat plaintext snapshot reader - #14
Merged
mcncarl merged 1 commit intoAug 26, 2026
Merged
Conversation
xuewei-ai
force-pushed
the
feat/windows-wechat-snapshot-reader
branch
from
August 25, 2026 09:10
a2e45b0 to
fe589d6
Compare
Owner
|
Thanks for the contribution. The maintainer took over the remaining integration work, so no further contributor changes are needed. Your original commit GitHub has therefore marked this PR as merged. Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a clean replacement for the earlier draft approach. It is based directly on current upstream
mainat2526175fba7e67b2ae6ab89461c48d32a3ce718band deliberately excludes all extraction and decryption capabilities.The new Skill only analyzes a plaintext SQLite snapshot that the user explicitly supplies. It never accesses
Weixin.exe, reads process memory, obtains or stores keys, invokes DPAPI, decrypts SQLCipher databases, recovers WAL/SHM state, discovers source data, or controls the WeChat UI.Requirement → evidence
--snapshot; no discovery or saved source-path fallbackmode=ro&immutable=1plusPRAGMA query_only=ONmessage_*.dbandbiz_message_*.dbunknownchat_id%LOCALAPPDATA%\YichenWeChatVault\exports; every other destination needs--confirm-external-outputtests/fixture_factory.py, with no production importPROVENANCE.md,CONTRIBUTOR_GRANT.md, and contributor confirmation obtained before submissionThe complete matrix is in
yichen-wechat-windows-reader/REVIEW_EVIDENCE.md.Validation
Submitted commit:
fe589d60d719a5304469b583cf1a48e863a8348dThe candidate committed tree was exported with
git archiveinto a clean directory on Windows and verified there:quick_validate.pypassedgit diff --checkpassedThe final branch is exactly one commit ahead of current upstream
main, with 15 intended files and no unrelated deletion. CI repeats the hash-locked install and all tests onwindows-2022from the submitted GitHub SHA.Review boundary
This PR is intentionally Draft. PR #13 is unchanged and should remain unmerged.