syto203 / dumpexec

dump encrypt iOS app (include Frameworks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dumpexec

  • (Mac) ./build_deb.sh
  • (Mac) scp dumpexec.deb root@192.168.x.x:/var/root
  • (Mac) ssh root@192.168.x.x
  • (iDev) dpkg -i dumpexec.deb
  • (iDev) dumpexec
  • (iDev) choose one app to decrypt
  • (iDev) the result ipa is in the /var/root/Documents/Decrypt/YouAppBundleID/YouAppExeName.ipa
  • (Mac) scp root@192.168.x.x:/var/root/Documents/Decrypt/YouAppBundleID/YouAppExeName.ipa .

dumpexec only support iOS 8 - iOS 10 due to the mechanism of DYLD_INSERT_LIBRARIES

About

dump encrypt iOS app (include Frameworks)


Languages

Language:Objective-C 92.4%Language:Shell 7.6%