Skip to content

Commit cb8cc47

Browse files
committed
fix typo
1 parent 32f161c commit cb8cc47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,17 @@ __要求条件:__
107107
/data/data/com.tencent.token/databases/mobiletoken.db: 1 file pulled. 0.9 MB/s (13312 bytes in 0.013s)
108108
```
109109

110-
4. 使用 `decrypt_database.py` 解密 `mobiletoken.db`
110+
4. 使用 `decrypt-database.py` 解密 `mobiletoken.db`
111111

112112
```
113113
Usage:
114-
./decrypt_database.py <mobiletoken.db的路径>
114+
./decrypt-database.py <mobiletoken.db的路径>
115115
```
116116

117117
例如:
118118

119119
```console
120-
$ ./decrypt_database.py ./mobiletoken.db
120+
$ ./decrypt-database.py ./mobiletoken.db
121121
```
122122

123123
5. 查看加密的 `secret`

0 commit comments

Comments
 (0)