mirror of
https://github.com/a244573118/WeChatIntercept.git
synced 2025-05-22 19:16:08 +08:00
支持微信版本2.3.29消息防撤回
This commit is contained in:
parent
54534c2f49
commit
c0537da61a
|
@ -18,11 +18,11 @@ framework_name="WeChatIntercept"
|
||||||
app_bundle_path="${WeChat_path}/Contents/MacOS"
|
app_bundle_path="${WeChat_path}/Contents/MacOS"
|
||||||
app_executable_path="${app_bundle_path}/${app_name}"
|
app_executable_path="${app_bundle_path}/${app_name}"
|
||||||
app_executable_backup_path="${app_executable_path}_backup"
|
app_executable_backup_path="${app_executable_path}_backup"
|
||||||
framework_path="${shell_path}/${framework_name}.framework"
|
framework_path="${app_bundle_path}/${framework_name}.framework"
|
||||||
if [ ! -w "$WeChat_path" ]
|
if [ ! -w "$WeChat_path" ]
|
||||||
then
|
then
|
||||||
echo -e "为了将ZY助手写入微信, 请输入密码 : "
|
echo -e "为了将ZY助手写入微信, 请输入密码 : "
|
||||||
sudo chown -R $(whoami) "$WeChat_path"
|
sudo chmod -R 777 $(whoami) "$WeChat_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$app_executable_backup_path" ] || [ -n "$1" -a "$1" = "--force" ]
|
if [ ! -f "$app_executable_backup_path" ] || [ -n "$1" -a "$1" = "--force" ]
|
||||||
|
@ -35,7 +35,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$result" == 'y' ]]; then
|
if [[ "$result" == 'y' ]]; then
|
||||||
cp -r $framework_path ${app_bundle_path}
|
cp -r "${shell_path}/${framework_name}.framework" ${app_bundle_path}
|
||||||
${shell_path}/insert_dylib --all-yes "${framework_path}/${framework_name}" "$app_executable_backup_path" "$app_executable_path"
|
${shell_path}/insert_dylib --all-yes "${framework_path}/${framework_name}" "$app_executable_backup_path" "$app_executable_path"
|
||||||
echo "安装成功!"
|
echo "安装成功!"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -55,7 +55,7 @@ FOUNDATION_EXPORT const unsigned char WeChatInterceptVersionString[];
|
||||||
@end
|
@end
|
||||||
@interface MessageService : NSObject
|
@interface MessageService : NSObject
|
||||||
- (void)onRevokeMsg:(id)arg1;
|
- (void)onRevokeMsg:(id)arg1;
|
||||||
- (void)FFToNameFavChatZZ:(id)arg1;
|
- (void)FFToNameFavChatZZ:(id)arg1 sessionMsgList:(id)arg2;
|
||||||
- (void)OnSyncBatchAddMsgs:(NSArray *)arg1 isFirstSync:(BOOL)arg2;
|
- (void)OnSyncBatchAddMsgs:(NSArray *)arg1 isFirstSync:(BOOL)arg2;
|
||||||
- (void)FFImgToOnFavInfoInfoVCZZ:(id)arg1 isFirstSync:(BOOL)arg2;
|
- (void)FFImgToOnFavInfoInfoVCZZ:(id)arg1 isFirstSync:(BOOL)arg2;
|
||||||
- (id)SendTextMessage:(id)arg1 toUsrName:(id)arg2 msgText:(id)arg3 atUserList:(id)arg4;
|
- (id)SendTextMessage:(id)arg1 toUsrName:(id)arg2 msgText:(id)arg3 atUserList:(id)arg4;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>BuildMachineOSBuild</key>
|
<key>BuildMachineOSBuild</key>
|
||||||
<string>18F132</string>
|
<string>18G1012</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
@ -27,17 +27,19 @@
|
||||||
<key>DTCompiler</key>
|
<key>DTCompiler</key>
|
||||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||||
<key>DTPlatformBuild</key>
|
<key>DTPlatformBuild</key>
|
||||||
<string>10E1001</string>
|
<string>11B52</string>
|
||||||
<key>DTPlatformVersion</key>
|
<key>DTPlatformVersion</key>
|
||||||
<string>GM</string>
|
<string>GM</string>
|
||||||
<key>DTSDKBuild</key>
|
<key>DTSDKBuild</key>
|
||||||
<string>18E219</string>
|
<string>19B81</string>
|
||||||
<key>DTSDKName</key>
|
<key>DTSDKName</key>
|
||||||
<string>macosx10.14</string>
|
<string>macosx10.15</string>
|
||||||
<key>DTXcode</key>
|
<key>DTXcode</key>
|
||||||
<string>1021</string>
|
<string>1120</string>
|
||||||
<key>DTXcodeBuild</key>
|
<key>DTXcodeBuild</key>
|
||||||
<string>10E1001</string>
|
<string>11B52</string>
|
||||||
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
<string>10.14</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2019 张洋. All rights reserved.</string>
|
<string>Copyright © 2019 张洋. All rights reserved.</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user