Files
AgentsMeeting/gateway/linux/README.md
T
zhiwei 255729bb8c docs: complete handover documentation for Mohe
重写 architecture.md 含:
- 完整方案评估(GDB vs LD_PRELOAD vs wine vs iLink)
- 所有信息源链接和参考价值
- 当前状态检查清单(已完成/待完成)
- 分 Phase 的实施指南
- 常见问题和风险说明
- 项目文件结构

更新 README.md 指向架构文档
2026-06-23 23:12:47 +08:00

25 lines
882 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MoWeChat — 莫荷微信 Bot (Linux 版)
将莫荷的微信 bot 从 Windowswxhelper DLL 注入)迁移到 Linux 原生运行。
**技术方案:官方 Linux 微信 AppImage + GDB Hook**
## 快速导航
- **架构文档**`docs/architecture.md`(所有方案评估、信息源、接入须知)
- **GDB Hook 脚本**`hooks/gdb_hook_messages.py`(待实现)
- **微信安装包**`WeChatLinux.AppImage`(已下载,276MB,最新版)
- **Windows 原版**`../scripts/wechat_agent.py`(保留不动)
## 当前状态
✅ 项目结构 + 依赖安装 + 微信下载
⏳ GDB Hook 脚本(待实现)→ 莫荷接手
## 注意事项
- **不走 ClawBot/iLink** — 详见 `docs/architecture.md`
- **不走 wine** — 3.9.x 微信登录已被腾讯封禁
- **不走降版本工具** — 已损坏
- 唯一可行路线:**Linux 原生微信 + GDB Hook**