Skip to content

feat: add Intel x86_64 patch addresses for WeChat build 34888#1009

Open
yueqiChen wants to merge 1 commit intosunnyyoung:masterfrom
yueqiChen:feat/add-intel-x86_64-support
Open

feat: add Intel x86_64 patch addresses for WeChat build 34888#1009
yueqiChen wants to merge 1 commit intosunnyyoung:masterfrom
yueqiChen:feat/add-intel-x86_64-support

Conversation

@yueqiChen
Copy link
Copy Markdown

Summary

  • Add x86_64 (Intel) patch entries for WeChat build 34888 (version 4.1.7.57) to config.json
  • All 8 patch targets now include both arm64 and x86_64 entries: revoke, startUpdater, startBackgroundUpdatesCheck, checkForUpdates, enableAutoUpdate, automaticallyDownloadsUpdates, canCheckForUpdate, multiInstance
  • Intel Mac users (2019 and earlier) can now use this tool without needing an Apple Silicon machine

Motivation

The existing config.json only contained arm64 addresses. Users on Intel Macs were unable to apply patches. This PR fills that gap for the latest supported WeChat version.

Test plan

  • Verified patch addresses via binary analysis of WeChat build 34888 x86_64 binary
  • Tested wechattweak patch -c config.json on Intel Mac — revoke interception and multi-instance both functional
  • Existing arm64 entries unchanged

🤖 Generated with Claude Code

- Add patch entries for WeChat build 34888 (version 4.1.7.57) covering
  both arm64 (Apple Silicon) and x86_64 (Intel) architectures
- Intel patch addresses cover: revoke, startUpdater,
  startBackgroundUpdatesCheck, checkForUpdates, enableAutoUpdate,
  automaticallyDownloadsUpdates, canCheckForUpdate, multiInstance

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants