We can get a IPA(iOS Appstore Package) file by using Clutch.
This program is a tool removing DRM(Digital right Management) of IPA.
Let's make it happen.
Link to download Clutch
https://github.com/KJCracks/Clutch/releases
First, Check the Applications installed on my iOS.
Make IPA file, Clutch will dump it when DRM removed with option "d".
There will be information of loctaion like this.
I can easily extract the IPA file with 3utools.
If there is a secuirty module, You can see the alert message when app starts.
After finding string about alert, we can change a process logic by changing byte codes in a binary file.
After changing a Binaryfile, We will push app into the phone by using Cydia or 3utools.
'HACKING > mobile_IOS' 카테고리의 다른 글
Setting#1 A Guide to Using Checkra1n Jailbreak on Windows for iOS 14.X (2023) (0) | 2023.10.02 |
---|---|
Running Cordova IPA for iPad on iPhone: A Simple Guide (0) | 2023.09.30 |
iOS Analysis#1 CydiaSubstrate Hooking (1) | 2020.07.04 |
iOS setting for Pentesting#2 flyjb(jailbreak bypass) (0) | 2020.06.11 |
iOS setting for Pentesting#1 jailbreak, frida (0) | 2020.06.10 |