https://github.com/paradiseduo/plistreader
An application can read other application's plist file.
https://github.com/paradiseduo/plistreader
Last synced: 5 months ago
JSON representation
An application can read other application's plist file.
- Host: GitHub
- URL: https://github.com/paradiseduo/plistreader
- Owner: paradiseduo
- Created: 2021-12-03T08:33:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:09:08.000Z (about 1 year ago)
- Last Synced: 2025-04-05T07:11:25.102Z (11 months ago)
- Language: Objective-C
- Size: 1.32 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlistReader
An application can read other application's plist file. Or Downgrade IPA
# Look At Me







# How to use
Just download deb and install
On Mac:
```bash
❯ iproxy 2222 22
❯ wget https://github.com/paradiseduo/PlistReader/releases/download/1.3.0/com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb
❯ scp -P 2222 com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb root@127.0.0.1:/tmp
```
On iPhone:
```bash
❯ cd /tmp
❯ dpkg -i com.paradiseduo.plistreader_1.3.0_iphoneos-arm.deb
❯ su -c /usr/bin/uicache mobile > /dev/null
```
Or use TrollStore
On root iphone
```bash
git clone https://github.com/paradiseduo/PlistReader.git
cd PlistReader
ldid -Sroot.entitlements ./PlistReader/Package/Applications/PlistReader.app/PlistReader
mkdir Payload
mv PlistReader.app Payload
zip -r app.ipa Payload
python3 -m http.server 8765
Use TrollStore install from URL http://yourip:8765/app.ipa
```
On rootless iphone
```bash
git clone https://github.com/paradiseduo/PlistReader.git
cd PlistReader
ldid -Sstore.entitlements ./PlistReader/Package/Applications/PlistReader.app/PlistReader
mkdir Payload
mv PlistReader.app Payload
zip -r app.ipa Payload
python3 -m http.server 8765
Use TrollStore install from URL http://yourip:8765/app.ipa
```
On rootless and install by root permission
```bash
git clone https://github.com/paradiseduo/PlistReader.git
cd PlistReader
ldid -Sroot.entitlements ./PlistReader/Package/Applications/PlistReader.app/PlistReader
zip PlistReader.app PlistReader.zip
scp -P 22 PlistReader.zip mobile@10.152.102.24:/private/preboot/xxxxxx/dopamine-xxxxxx/procursus/tmp
unzip PlistReader.zip
mv PlistReader.app /private/preboot/xxxxxx/dopamine-xxxxxx/procursus/Applications
uicache -a
```
# Other
You need an jailbreak iPhone or iPad device