This is a decryption tool for research purposes. It uses mremap_encrypted to decrypt a file from disk.
- Download the .deb package from the the latest release.
- Transfer it to your device.
- Use Filza to install it via UI, or use the command line:
dpkg -i flexdecrypt.deb
If you're on iOS 12.1 or lower, use dpkg directly, and receive an error, you may need to resolve dependencies with: apt-get -f -y --allow-unauthenticated install
Latest release also includes the flexdecrypt binary in case you want to install it yourself.
Open the project file with Xcode.
Use the Debug scheme to run directly on your device from Xcode, with debugger support.
Configure the run arguments with Xcode's scheme editor.
Make sure you have AppSync installed so the app installs despite the custom entitlements.
Further reading at https://www.linkedin.com/pulse/decrypting-apps-ios-john-coates/
Contact: john@johncoates.dev