Commit Graph
191 Commits
Author SHA1 Message Date
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 6b29201cc4 增加setup_frida_and_build.sh脚本用于自动检查并下载frida-devkit库,然后编译 2026-06-21 14:26:39 +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
f1ynng8 d243f9f19f Merge branch 'main' of github.com:f1ynng8/wechat_chatter 2026-06-20 22:27:34 +08:00
f1ynng8 5b035b7599 add local tmp files to .gitignore 2026-06-20 22:26:47 +08:00
yincong 56296020aa 4.1.9.58 v0.0.15 2026-06-01 17:11:46 +08:00
yincong ec023bd023 58 2026-05-25 09:48:39 +08:00
yincong c58b8e8b96 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-19 15:49:51 +08:00
yincong a92cc9e953 new version 2026-05-19 15:49:31 +08:00
jackyinandGitHub c69f8cbd2c Update README.md v0.0.14 2026-05-11 14:22:19 +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 v0.0.13 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
jackyinandGitHub e0989d288b Merge pull request #27 from f1ynng8/main
fix issues-26,转发普通文本在特定长度范围内时会在开头增加一个ASCII字符
2026-05-08 09:59:49 +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 v0.0.12 2026-04-16 09:56:22 +08:00
yincong 3fdeb0f742 videocut-15586 v0.0.11 2026-04-10 16:21:34 +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 v0.0.10 2026-04-07 09:47:21 +08:00
yincong e426324583 fix video bug 2026-04-06 18:01:38 +08:00
yincong 3b7b8fa681 fix video bug 2026-04-06 17:56:25 +08:00
yincong fb1329c467 format 2026-03-31 18:57:42 +08:00
yincong 42d9f65f6b reply 2026-03-27 12:02:36 +08:00
yincong 1125295652 fix bug 2026-03-26 19:35:36 +08:00
yincong b72533817b send file 2026-03-25 09:53:00 +08:00
yincong 33e58d004c add reply 2026-03-24 11:00:58 +08:00
yincong 08ad4507c7 update 2026-03-23 10:12:44 +08:00
yincong 77d1d34e5b add 8.29 v0.0.9 2026-03-21 17:34:56 +08:00
jackyinandGitHub f652d627ff Merge pull request #15 from madandan888-star/fix/try-catch-upload-hooks
fix: add try-catch to upload hooks to prevent crash on manual image send
2026-03-20 19:37:00 +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
jackyinandGitHub 53a0a8c0a8 Update README.md 2026-03-20 10:28:04 +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
jackyinandGitHub 84218ae6c3 Remove group chat link from README
Removed the group chat link from the README.
2026-03-17 14:30:43 +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