97 Commits
Author SHA1 Message Date
yincong 49114827bc fix bug 2026-07-10 09:28:22 +08:00
yincong fb716fffb3 add file reply voice 2026-07-09 09:42:32 +08:00
f1ynng8 69699c3e95 Merge remote-tracking branch 'yincong/main' 2026-06-29 15:28:38 +08:00
f1ynng8 c8f134e82b 继续修复 OneBot 静默漏捕获消息的问题
- 放宽 JS 层 protobuf 消息过滤,避免误判有效消息
  - 处理发送 ACK 后继续尝试解析接收消息
2026-06-28 14:10:53 +08:00
f1ynng8 965c8aa47d 修复 OneBot 漏捕获有效消息的问题
- 正确解析 protobuf 消息头,取消短消息长度误判
  - 保留 Frida 消息大小及内存安全检查
  - 将不匹配的 protobuf 数据降级为警告日志
2026-06-28 13:23:56 +08:00
yincong b250dd31ba 从image_path中尝试获取id 2026-06-24 10:00:27 +08:00
f1ynng8 85463ec4f3 fix path printing and etc as per pr review. 2026-06-21 21:26:24 +08:00
f1ynng8 9a6533bab1 修复下载分片还没全部到齐,GetDownloadPath 就判断开始解密导致的误报Error 2026-06-21 16:44:34 +08:00
f1ynng8 1be648574e Merge branch 'main' of github.com:f1ynng8/wechat_chatter 2026-06-21 14:08:49 +08:00
f1ynng8 d94a3c168a fix GLib-GIO-WARNING **:: _g_dbus_worker_do_read_cb: error determining bytes needed: Blob indicates that message exceeds maximum message length (128MiB) 2026-06-21 13:55:47 +08:00
yincong 56296020aa 4.1.9.58 2026-06-01 17:11:46 +08:00
yincong 62767e3358 finish 4.1.9.52 2026-05-11 12:12:08 +08:00
yincong 62a77d34c1 finish 4.1.9.52 2026-05-09 17:33:20 +08:00
yincong ef3ccfb3d2 update 4.1.9.52 2026-05-09 14:07:15 +08:00
yincong 520eb21dc1 update 4.1.9.31 2026-05-09 09:57:00 +08:00
yincong 4ec2dc4e14 finish protobuf 2026-05-08 17:27:42 +08:00
yincong d85284cf2e 发送array封装到golang 2026-05-08 16:36:12 +08:00
yincong 310ed93c83 update size duration 2026-05-08 12:38:30 +08:00
yincong 0070aeaa33 update protobuf 2026-05-08 12:33:08 +08:00
yincong 50e7dd960e proto 2026-05-08 12:00:05 +08:00
yincong c5217ecbde send update 2026-05-08 11:43:11 +08:00
yincong dc7925edd2 optimize receive 2026-05-08 11:27:36 +08:00
f1ynng8 e6d75cdc98 fix issues-26,转发普通文本在特定长度范围内时会在开头增加一个ASCII字符 2026-05-07 11:55:50 +08:00
yincong 7e9fa980f3 optimize log 2026-04-21 09:57:54 +08:00
yincong 0bc5bd93cc update script.js 2026-04-18 13:58:02 +08:00
yincong 360d0a30da update 107 2026-04-16 09:56:22 +08:00
yincong 607587c3cb add 4.1.8.104 2026-04-09 09:57:34 +08:00
yincong b6121ba5da support multi wechat 2026-04-08 09:44:45 +08:00
yincong 95839403b8 fix video send fail 2026-04-07 09:47:21 +08:00
yincong 08ad4507c7 update 2026-03-23 10:12:44 +08:00
yincong 77d1d34e5b add 8.29 2026-03-21 17:34:56 +08:00
madandan888-starandClaude Opus 4.6 9db2ca38f5 fix: add try-catch to upload hooks to prevent WeChat crash on manual image send
The `attachUploadMedia`, `attachGetCallbackFromWrapper`, and
`uploadOnCompleteAddr` hooks call `readPointer().readUtf8String()` which
can access invalid memory when triggered by normal WeChat image sends
(not API-initiated), causing WeChat to crash immediately.

Wrapping each hook's onEnter body in try-catch prevents the crash while
preserving all functionality. In the catch path, `uploadGlobalX0` is
still captured to ensure subsequent API uploads work correctly.

Tested on WeChat 4.1.7 build 34888 (macOS arm64) with v0.0.8 binary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:29:51 +08:00
yincong 2f263f4ef6 finish 8.28 2026-03-20 09:29:54 +08:00
yincong cc48892f62 8.28 2026-03-19 09:33:03 +08:00
yincong 5671f4d8b8 format 2026-03-18 09:44:50 +08:00
yincong 9fe5bda990 fix concurrency 2026-03-17 10:13:39 +08:00
yincong 1020c1d937 update readme 2026-03-16 15:30:07 +08:00
jackyinandGitHub 0271e2afcf Update readme.md 2026-03-16 15:13:32 +08:00
yincong e9b58f3260 finish video 2026-03-16 14:54:25 +08:00
yincong 4557a6ceb1 finish video 2026-03-16 13:58:29 +08:00
yincong bc86b51cea fix format 2026-03-16 10:04:40 +08:00
yincong b0ca674eea fix bug 2026-03-15 20:10:44 +08:00
yincong 42a10fb306 receive video 2026-03-13 13:29:10 +08:00
yincong eb4c1c2e0e support send file 2026-03-12 18:06:30 +08:00
yincong bcac8ae75d fix image crash 2026-03-12 09:28:13 +08:00
yincong 405133b8dc update image and receiver 2026-03-11 09:48:21 +08:00
yincong a304c7e92a fix text crash and auto find pid 2026-03-09 10:35:52 +08:00
yincong 0ccde39dc2 text crash 2026-03-07 14:38:09 +08:00
yincong 218446256b hd file 2026-03-06 10:30:00 +08:00
yincong f85782242d 57 2026-03-05 09:39:09 +08:00