aweNousaku / mldecrypt

iOS binary memory dump tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mldecrypt

iOS binary memory dump & backup ipa tool based on dump-ios

Usage

Show installed applications:

mldecrypt list

Only dump binary:

mldecrypt <bundleId>

Dump binary & backup ipa:

mldecrypt -b <bundleId>

Build

  1. Need to install Jinx framework
  2. Copy all the modules from the module directory to the theos include directory
cp -R module/* ~/theos/include/
  1. make
make clean && make package

Credits

About

iOS binary memory dump tool

License:MIT License


Languages

Language:C 73.9%Language:Objective-C 11.6%Language:Swift 7.7%Language:Objective-C++ 6.3%Language:Makefile 0.5%Language:Assembly 0.0%