mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 05:40:27 +08:00
fix(illustrator): 卧槽 刚发现Illustrator的签名和注入库写的不对!!所以会造成破解失败!
This commit is contained in:
21
config.json
21
config.json
@@ -318,7 +318,8 @@
|
||||
"AppleEvents"
|
||||
],
|
||||
"dylibSelect": "CoreInject.dylib"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"packageName": "com.nektony.App-Cleaner-SIII",
|
||||
"appBaseLocate": "/Applications/MacCleaner 3 Pro/App Cleaner 8.app",
|
||||
"needCopyToAppDir": true,
|
||||
@@ -455,7 +456,7 @@
|
||||
"bridgeFile": "/Contents/MacOS/",
|
||||
"injectFile": "Navicat Premium",
|
||||
"needCopyToAppDir": true,
|
||||
"dylibSelect":"CoreInject.dylib"
|
||||
"dylibSelect": "CoreInject.dylib"
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.Photoshop",
|
||||
@@ -482,15 +483,6 @@
|
||||
"dylibSelect": "CoreInject.dylib",
|
||||
"deepSignApp": true
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.illustrator",
|
||||
"appBaseLocate": "/Applications/Adobe Illustrator 2024/Adobe Illustrator.app",
|
||||
"bridgeFile": "/Contents/MacOS/",
|
||||
"injectFile": "Adobe Illustrator",
|
||||
"needCopyToAppDir": true,
|
||||
"noDeep": true,
|
||||
"dylibSelect": "CoreInject.dylib"
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.illustrator",
|
||||
"appBaseLocate": "/Applications/Adobe Illustrator 2025/Adobe Illustrator.app",
|
||||
@@ -498,7 +490,7 @@
|
||||
"injectFile": "Adobe Illustrator",
|
||||
"needCopyToAppDir": true,
|
||||
"noDeep": true,
|
||||
"useOptool": false
|
||||
"dylibSelect": "CoreInject.dylib"
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.ame.application.24",
|
||||
@@ -561,7 +553,7 @@
|
||||
"needCopyToAppDir": true,
|
||||
"noDeep": true,
|
||||
"dylibSelect": "CoreInject.dylib",
|
||||
"extraShell":"codesign_acrobat.sh"
|
||||
"extraShell": "codesign_acrobat.sh"
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.distiller",
|
||||
@@ -579,7 +571,8 @@
|
||||
"needCopyToAppDir": true,
|
||||
"noDeep": true,
|
||||
"dylibSelect": "CoreInject.dylib"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"packageName": "com.adobe.InCopy",
|
||||
"appBaseLocate": "/Applications/Adobe InDesign 2025/Adobe InDesign 2025.app",
|
||||
"bridgeFile": "/Contents/MacOS/",
|
||||
|
||||
1
main.py
1
main.py
@@ -403,6 +403,7 @@ def main():
|
||||
if no_sign_target is None:
|
||||
print("开始签名...")
|
||||
subprocess.run(f"{sign_prefix} '{dest}'", shell=True)
|
||||
subprocess.run(f"{sign_prefix} '{app_base_locate}'", shell=True)
|
||||
|
||||
if disable_library_validate is not None:
|
||||
subprocess.run(
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user