项目增加超级牛力并hack了媒体三幻神。

This commit is contained in:
QiuChenly
2025-10-26 07:17:09 +08:00
parent dd3dc4e241
commit e4f70dc100
5 changed files with 25 additions and 34 deletions

BIN
InjectLib

Binary file not shown.

View File

@@ -152,7 +152,6 @@
"helperFile": [ "helperFile": [
"/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent" "/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent"
], ],
"deepSignApp": true,
"childApp": [ "childApp": [
{ {
"packageName": "com.macpaw.CleanMyMac5.Menu", "packageName": "com.macpaw.CleanMyMac5.Menu",
@@ -161,7 +160,8 @@
], ],
"tccutil": [ "tccutil": [
"All" "All"
] ],
"feedUrl": "https://updateinfo.devmate.com/com.macpaw.CleanMyMac5/updates.xml"
}, },
{ {
"packageName": "com.readdle.SparkDesktop", "packageName": "com.readdle.SparkDesktop",
@@ -883,27 +883,14 @@
"deepSignApp": true "deepSignApp": true
}, },
{ {
"packageName": "com.bandisoft.mac.bandizip", "packageName": "com.bandisoft.mac.bandizip"
"needCopyToAppDir": true,
"deepSignApp": true,
"bridgeFile": "/Contents/MacOS/",
"injectFile": "Bandizip"
}, },
{ {
"packageName": "com.bandisoft.mac.bandizip365", "packageName": "com.bandisoft.mac.bandizip365"
"supportVersion": [
"7.34"
]
}, },
{ {
"packageName": "com.wuziqi.SenPlayer" "packageName": "com.wuziqi.SenPlayer"
}, },
{
"packageName": "com.gitswift.SwiftServer",
"supportVersion": [
"1.1.2都不支持"
]
},
{ {
"packageName": "org.cindori.Sensei", "packageName": "org.cindori.Sensei",
"helperFile": [ "helperFile": [

Binary file not shown.

View File

@@ -1,7 +1,8 @@
# 注入 IPA # 注入 IPA
## 先决条件 ## 先决条件
1. brew 需要安装 unzip 包 1. brew 需要安装 unzip 包
2. chmod +x ../tool/GenShineImpactStarter
## iOS 设备支持 ## iOS 设备支持
@@ -10,6 +11,7 @@ iOS 12.0+
支持自签与巨魔。 支持自签与巨魔。
## 准备砸壳包 ## 准备砸壳包
自行寻找。 自行寻找。
## 自动注入 ## 自动注入
@@ -17,20 +19,22 @@ iOS 12.0+
使用原神,启动!二进制即可: 使用原神,启动!二进制即可:
```bash ```bash
../tool/GenShineImpactStarter packipa "ipa文件路径" ./CoreInject.dylib ./InjectLib genshine packipa /Users/qiuchenly/Downloads/媒体三幻神/SenPlayer5.7.2.ipa ./CoreInject.dylib
``` ```
最终在"ipa文件路径"处找到一个 "ipa文件路径"_inject.ipa 文件即为最终产物。 最终在"ipa 文件路径"处找到一个 "ipa 文件路径"\_inject.ipa 文件即为最终产物。
## 目前支持状态: ## 目前支持状态:
| 模式 | 状态 | 说明 | | 模式 | 状态 | 说明 |
|-|-|-| | ---- | ---- | --------------------------------------------------- |
| 自签 | 支持 | 无法使用 iCloud 同步 | | 自签 | 支持 | 无法使用 iCloud 同步 |
| 巨魔 | 支持 | 暂未编译 但支持 可用 iCloud 同步 有需要自己到频道找 | | 巨魔 | 支持 | 暂未编译 但支持 可用 iCloud 同步 有需要自己到频道找 |
| App | 状态 | 说明 | | App | 状态 | 说明 |
|-|-|-| | --------- | --------------------------- | ------------------------------------------------------ |
| Infuse | 支持 8.1.9 以及后续所有版本 | 自签无法使用 iCloud 同步 https://t.me/qiuchenlymac/738 | | Infuse | 支持 8.1.9 以及后续所有版本 | 自签无法使用 iCloud 同步 https://t.me/qiuchenlymac/738 |
| SenPlayer | 当前支持所有版本 | 自签无法使用 iCloud 同步 |
部分 ipa 提供了注入好的 ipa 包下载即可安装。请访问https://t.me/qiuchenlymac 查看更多细节。 部分 ipa 提供了注入好的 ipa 包下载即可安装。请访问https://t.me/qiuchenlymac 查看更多细节。

Binary file not shown.