Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnCoates/flexdecrypt
Decrypt iOS Apps and Mach-O binaries
https://github.com/JohnCoates/flexdecrypt
Last synced: 3 months ago
JSON representation
Decrypt iOS Apps and Mach-O binaries
- Host: GitHub
- URL: https://github.com/JohnCoates/flexdecrypt
- Owner: JohnCoates
- Created: 2020-07-01T01:36:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T21:09:20.000Z (over 1 year ago)
- Last Synced: 2024-05-12T09:33:43.027Z (6 months ago)
- Language: Swift
- Size: 818 KB
- Stars: 631
- Watchers: 17
- Forks: 84
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-rainmana - JohnCoates/flexdecrypt - Decrypt iOS Apps and Mach-O binaries (Swift)
- awesome-ios-security - flexdecrypt - An iOS App & Mach-O binary decryptor. (Tools / Reverse Engineering Tools)
- awesome-apple-security - flexdecrypt - An iOS App & Mach-O binary decryptor. (Tools / Reverse Engineering Tools)
README
## iOS App & Mach-O binary decryption
This is a decryption tool for research purposes. It uses mremap_encrypted to decrypt a file from disk.### Installation
1. Download the .deb package from the [the latest release.](https://github.com/JohnCoates/flexdecrypt/releases/latest)
2. Transfer it to your device.
3. 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.
### Build from source
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](https://cydia.akemi.ai/) installed so the app installs despite the custom entitlements.### Information
Further reading at https://www.linkedin.com/pulse/decrypting-apps-ios-john-coates/
Contact: [email protected]