mldecrypt
mldecrypt copied to clipboard
iOS binary memory dump tool for iOS15+ (rootful, rootless)
mldecrypt
iOS binary memory dump & backup ipa tool based on dump-ios
Usage
Dependencies
ldid
ellekit (for rootless)
substitute (for rootful)
App
Command
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>
Build
- Need to install Jinx framework
- Copy all the modules from the
moduledirectory to thetheos includedirectory
cp -R module/* ~/theos/include/
- make
make clean && make package