Swiftpack.co - hackcatml/mldecrypt as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by hackcatml.
hackcatml/mldecrypt v0.0.5
iOS binary memory dump tool
⭐️ 0
🕓 2 days ago
iOS
.package(url: "https://github.com/hackcatml/mldecrypt.git", from: "v0.0.5")

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>

Dump or Dump & backup during runtime thanks to opainject

mldecrypt -r <bundleId>
mldecrypt -r -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

GitHub

link
Stars: 0
Last commit: 2 days ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Dependencies

Release Notes

v0.0.5
2 days ago
  • get pid using sysctl

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics