Skip to content

Commit efdc74a

Browse files
authored
Simplify acknowledgments section in README
Removed detailed descriptions of referenced projects in the acknowledgments section.
1 parent 2c11577 commit efdc74a

1 file changed

Lines changed: 8 additions & 25 deletions

File tree

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -195,31 +195,14 @@ npm run dist
195195

196196
## 致谢
197197

198-
本项目的开发过程中参考了以下优秀的开源项目和资源:
199-
200-
1. **[echotrace](https://github.com/ycccccccy/echotrace)** - 微信数据解析/取证工具
201-
- 本项目大量功能参考并复用其实现思路,提供了重要技术支持
202-
203-
2. **[WeFlow](https://github.com/hicccc77/WeFlow)** - 微信数据分析工具
204-
- 提供了重要的功能参考和技术支持
205-
206-
3. **[wx_key](https://github.com/ycccccccy/wx_key)** - 微信数据库与图片密钥提取工具
207-
- 支持获取微信 4.x 数据库密钥与缓存图片密钥
208-
- 本项目推荐使用此工具获取密钥
209-
210-
4. **[wechat-dump-rs](https://github.com/0xlane/wechat-dump-rs)** - Rust实现的微信数据库解密工具
211-
- 提供了SQLCipher 4.0解密的正确实现参考
212-
- 本项目的HMAC验证和页面处理逻辑基于此项目的实现
213-
214-
5. **[oh-my-wechat](https://github.com/chclt/oh-my-wechat)** - 微信聊天记录查看工具
215-
- 提供了优秀的聊天记录界面设计参考
216-
- 本项目的聊天界面风格参考了此项目的实现
217-
218-
6. **[vue3-wechat-tool](https://github.com/Ele-Cat/vue3-wechat-tool)** - 微信聊天记录工具(Vue3)
219-
- 提供了聊天记录展示与交互的实现参考
220-
221-
7. **[wx-dat](https://github.com/waaaaashi/wx-dat)** - 微信图片密钥获取工具
222-
- 实现真正的无头获取图片密钥,不再依赖扫描微信内存与点击朋友圈大图
198+
1. **[echotrace](https://github.com/ycccccccy/echotrace)**
199+
2. **[WeFlow](https://github.com/hicccc77/WeFlow)**
200+
3. **[wx_key](https://github.com/ycccccccy/wx_key)**
201+
4. **[wechat-dump-rs](https://github.com/0xlane/wechat-dump-rs)**
202+
5. **[oh-my-wechat](https://github.com/chclt/oh-my-wechat)**
203+
6. **[vue3-wechat-tool](https://github.com/Ele-Cat/vue3-wechat-tool)**
204+
7. **[wx-dat](https://github.com/waaaaashi/wx-dat)**
205+
8. **[Ritsu](https://xhslink.com/m/7YJUsd1sgyF)**
223206

224207
## Star History
225208

0 commit comments

Comments
 (0)