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