Skip to content

An application can read other application's plist file.

Notifications You must be signed in to change notification settings

paradiseduo/PlistReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

❯ 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:

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

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

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

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

About

An application can read other application's plist file.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors