Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
wxkey
command
wxkey extracts WeChat 4.x WCDB master keys from the live WeChat process on macOS.
|
wxkey extracts WeChat 4.x WCDB master keys from the live WeChat process on macOS. |
|
wxkey-grep-pwd
command
Diagnostic: search WeChat process memory for the literal known master password string in any of these forms:
|
Diagnostic: search WeChat process memory for the literal known master password string in any of these forms: |
|
internal
|
|
|
dbfiles
Package dbfiles walks a WeChat 4.x xwechat_files account directory and collects every encrypted .db it finds, along with the file's first page (needed for SQLCipher salt + HMAC verification).
|
Package dbfiles walks a WeChat 4.x xwechat_files account directory and collects every encrypted .db it finds, along with the file's first page (needed for SQLCipher salt + HMAC verification). |
|
machvm
Package machvm wraps the Mach VM syscalls used to enumerate and read another process's memory on macOS.
|
Package machvm wraps the Mach VM syscalls used to enumerate and read another process's memory on macOS. |
|
scan
Package scan finds WeChat database master keys by walking the WeChat process's RW memory regions, looking for the SQL literal pattern `x'<hex>'` that older WCDB builds used when forwarding keys to sqlite3_key_v2, plus optional binary layout patterns seen in newer WeChat 4.x heaps, and verifying each candidate against page 1 of every collected DB.
|
Package scan finds WeChat database master keys by walking the WeChat process's RW memory regions, looking for the SQL literal pattern `x'<hex>'` that older WCDB builds used when forwarding keys to sqlite3_key_v2, plus optional binary layout patterns seen in newer WeChat 4.x heaps, and verifying each candidate against page 1 of every collected DB. |
|
verify
Package verify implements WCDB-flavor SQLCipher 4 page-1 HMAC verification.
|
Package verify implements WCDB-flavor SQLCipher 4 page-1 HMAC verification. |
Click to show internal directories.
Click to hide internal directories.