Merge legacy and latest

This commit is contained in:
√(noham)²
2026-06-30 17:31:36 +02:00
parent 238f92ce01
commit 81ab62324c
9 changed files with 21 additions and 97 deletions

View File

@@ -1,9 +1,13 @@
# ServerCatPremium
Unlocks premium features in ServerCat by forcing `isPremiumActive` (`sub_10009CD24`) to always return `1`.
Unlocks premium features in ServerCat by forcing `isPremiumActive` to always return `1`.
- **App**: [ServerCat SSH Terminal](https://apps.apple.com/us/app/servercat-ssh-terminal/id1501532023)
- **Tested on**: ServerCat 1.30.0 (600), iOS 18.3
- **Tested on**: ServerCat 1.30.0 (iOS 18.3) and ServerCat 1.6.4 (iOS 15.8.6)
Hook address offsets (edit in `Tweak.x`):
- `0x10009CD24` — ServerCat 1.30.0
- `0x100454D70` — ServerCat 1.6.4
## Build
@@ -14,12 +18,9 @@ make clean && make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0
## Inject
```sh
cyan -i tech.baye.servercat-1.30.0.ipa \
-o tech.baye.servercat-1.30.0_patched.ipa \
-f xyz.nohamr_1.0.0-1_iphoneos-arm64.deb \
-u
cyan -i <input.ipa> -o <output_patched.ipa> -f xyz.nohamr_1.0.0-1_iphoneos-arm64.deb -u
```
## Screenshots
![../docs/screens/ServerCatPremium/menu.png](../docs/screens/ServerCatPremium/menu.png)
![../docs/screens/ServerCatPremium/menu2.png](../docs/screens/ServerCatPremium/menu2.png)
![../docs/screens/ServerCatPremium/menu2.png](../docs/screens/ServerCatPremium/menu2.png)