iOS binary memory dump & backup ipa tool based on dump-ios
ldid
ellekit (for rootless)
substitute (for rootful)
Show installed applications:
mldecrypt list
Only dump binary:
mldecrypt <bundleId>
Dump binary & backup ipa:
mldecrypt -b <bundleId>
Dump or Dump & backup during runtime thanks to opainject
mldecrypt -r <bundleId>
mldecrypt -r -b <bundleId>
- Need to install Jinx framework
- Copy all the modules from the
module
directory to thetheos include
directory
cp -R module/* ~/theos/include/
- make
make clean && make package