Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranocaVe authored Jul 27, 2024
1 parent 0f91b51 commit 33474f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

笔者测试时使用的 QQ 版本:9.9.3-17412

经验证的 QQ 版本:9.9.3-17749
经验证的 QQ 版本:9.9.3-17749 9.9.12-26339

## 找到数据库 `passphrase`

Expand Down Expand Up @@ -38,7 +38,7 @@

打开一个 Locals 视图(调试器视图->本地变量)查看参数的值

5. 命中后,跳转到 a3 对应的位置,直到看到如下图所示的 16 位字符串。`#8xxxxxxxxxxx@uJ` 即为我们需要的 `passphrase` (qq版本不同,不一定是这个格式,但总字符数是一样的)
5. 命中后,跳转到 a3 对应的位置,直到看到如下图所示的 16 位字符串。`#8xxxxxxxxxxx@uJ` 即为我们需要的 `passphrase` (不一定是这个格式,但总字符数是一样的)

![](docs/6.png)

Expand All @@ -48,7 +48,7 @@

你需要的是 .db 格式的文件。

首先,每个数据库文件头部有 1024 个字符的纯文本内容,去除这部分内容:
首先,每个数据库文件头部有 1024 个字符的无用内容,去除这部分内容:

+ Windows
```bash
Expand Down

0 comments on commit 33474f9

Please sign in to comment.