diff --git a/config.json b/config.json index 618dbee..bdbb820 100644 --- a/config.json +++ b/config.json @@ -135,6 +135,34 @@ "needCopyToAppDir": true, "noDeep": true }, + { + "packageName": "com.adobe.ame.application.23", + "appBaseLocate": "/Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app", + "injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM", + "needCopyToAppDir": true, + "noDeep": true + }, + { + "packageName": "com.adobe.AfterEffects", + "appBaseLocate": "/Applications/Adobe After Effects 2023/Adobe After Effects 2023.app", + "injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM", + "needCopyToAppDir": true, + "noDeep": true + }, + { + "packageName": "com.adobe.Adobe-Animate-2023.application", + "appBaseLocate": "/Applications/Adobe Animate 2023/Adobe Animate 2023.app", + "injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM", + "needCopyToAppDir": true, + "noDeep": true + }, + { + "packageName": "com.adobe.Audition", + "appBaseLocate": "/Applications/Adobe Audition 2023/Adobe Audition 2023.app", + "injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM", + "needCopyToAppDir": true, + "noDeep": true + }, { "packageName": "com.adobe.PremierePro.23", "appBaseLocate": "/Applications/Adobe Premiere Pro 2023/Adobe Premiere Pro 2023.app", @@ -149,6 +177,22 @@ "needCopyToAppDir": true, "noDeep": true }, + { + "packageName": "com.adobe.InCopy", + "appBaseLocate": "/Applications/Adobe InCopy 2023/Adobe InCopy 2023.app", + "bridgeFile": "/Contents/MacOS/", + "injectFile": "PublicLib.dylib", + "needCopyToAppDir": true, + "noDeep": true + }, + { + "packageName": "com.adobe.InDesign", + "appBaseLocate": "/Applications/Adobe InDesign 2023/Adobe InDesign 2023.app", + "bridgeFile": "/Contents/MacOS/", + "injectFile": "PublicLib.dylib", + "needCopyToAppDir": true, + "noDeep": true + }, { "packageName": "com.adobe.LightroomClassicCC7", "appBaseLocate": "/Applications/Adobe Lightroom Classic/Adobe Lightroom Classic.app", diff --git a/image-3.png b/image-3.png new file mode 100644 index 0000000..a50ca26 Binary files /dev/null and b/image-3.png differ diff --git a/image-4.png b/image-4.png new file mode 100644 index 0000000..27cbecb Binary files /dev/null and b/image-4.png differ diff --git a/image-5.png b/image-5.png new file mode 100644 index 0000000..dd80544 Binary files /dev/null and b/image-5.png differ diff --git a/readme.md b/readme.md index f69f234..bf58575 100644 --- a/readme.md +++ b/readme.md @@ -75,6 +75,18 @@ 解决方案:
没脑子?不会百度?动手破解软件不会可以理解,用别人写好的脚本一键破解也不会?21世纪怎么还会有这么废物的人啊? +3. 需要移到垃圾篓 + + 应该是App没有打开过就直接执行注入了。这可能会导致检查不通过,不过影响不是很大。建议App在注入前先运行一次。 + + ![移到垃圾桶](image-3.png) + + 这是正常的,因为SIP打开的情况下如果修改了App会导致校验不通过,你只需要手动从Finder中右击点开一次就好了:
+ ![打开](image-4.png) + ![进一步打开](image-5.png) + + 此时就能正常打开。如果还出现问题,请检查自己的注入操作有没有问题。 + # 环境 代码运行最低操作系统要求&此代码编译环境 @@ -126,10 +138,17 @@ |:------------------------|:-------------|:-----:|:-----:|:-----------------------------| | Adobe PhotoShop | 通杀 | ❌ | ✅ | PS:神经滤镜已经完美可用 | | Adobe PhotoShop Beta | 通杀 | ❌ | ✅ | 支持创意填充/神经滤镜 需要随便登录个账户 | -| Adobe Acrobat | 23.003.20244 | ✅ | ✅ | | -| Adobe Illustrator | 27.8.1 | ✅ | ❔ | ARM64 测试通过 X86没有测试过 大家自行测试 | -| Adobe Lightroom Classic | 12.5 | ❌ | ❌ | 修改照片功能不可用 等后续更新 | -| Adobe Premiere Pro | 23.5 | ❔ | ❔ | M1/x86版本灰度测试 测试报告有效/无效 我没有安装 | +| Adobe Acrobat Pro | 23.006.20320 | ✅ | ✅ | | +| Adobe Illustrator | 27.9.0 | ✅ | ✅ | ARM64 测试通过 X86没有测试过 大家自行测试 | +| Adobe Lightroom | 6.5 | ❌ | ✅ | 部分人有效 比如我 似乎是账户权限问题 | +| Adobe Lightroom Classic | 12.6 | ❌ | ✅ | 部分人有效 比如我 似乎是账户权限问题 | +| Adobe InCopy 2023 | 18.5.0.57 | ✅ | ✅ | 我下载不到ARM64版本的包 | +| Adobe InDesign 2023 | 18.5.0.57 | ✅ | ✅ | 我下载不到ARM64版本的包 | +| Adobe Premiere Pro | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 | +| Adobe After Effects 2023 | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 | +| Adobe Animate 2023 | 23.0.2.103 | ❌ | ✅ | 我下载不到ARM64版本的包 | +| Adobe Audition 2023 | 23.6.1.3 | ❌ | ✅ | 我下载不到ARM64版本的包 | +| Adobe Media Encoder 2023 | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 | # 激活注意 diff --git a/tool/libInjectLib.dylib b/tool/libInjectLib.dylib index 127d202..937bdce 100755 Binary files a/tool/libInjectLib.dylib and b/tool/libInjectLib.dylib differ