Skip to content

求更新到4.1.4.12 #103

Description

@brightrice1991
Image

目前4.1.4.12 解密失败。debug 发现。微信进程名改了,现在的微信进程名由 WeChat.exe 改为 Weixin.exe。
/**
* 微信进程
*/
//private static final String EXE_NAME = "WeChat.exe";
//20251104修改微信的进程名
private static final String EXE_NAME = "Weixin.exe";

重新运行又提示:未读取到偏移量配置,请从github 获取最新代码。
if (versionConfig == null) {
throw new BizException(-1, "未读取到偏移量配置,请从Github获取最新代码,当前微信版本号:" + version);
}

拉了最新的代码还是不行。作者大大加油加油啊!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions