본문 바로가기
리버싱/iOS

iPA 파일 추출

by 즉흥 2020. 12. 3.
728x90
반응형

테스트 환경 : MAC

 

frida-ios-dump를 이용하여 iPA 파일 추출.

 

그냥 iPA 파일을 추출하면 암호화가 걸린 iPA 파일이 그대로 추출되기 때문에 덤프하여 추출한다.

 

1. iPhone에 openssh, frida 설치

 

2. MAC에 frida 설치

sudo pip3 install frida-tools
sudo pip3 install frida

 

3. frida-ios-dump 설치

git clone https://github.com/AloneMonkey/frida-ios-dump.git
cd frida-ios-dump
sudo pip3 install -r requirements.txt --upgrade

 

4. dump.py 수정

dump.py

Host에 iPhone 주소 입력 

 

5. 프로세스 리스트 확인

sudo python3 dump.py -l

 

6. iPA 추출

sudo python3 dump.py [Identifier]

 

 

출처:

https://choco0908.github.io/docs/ios/2/

 

IPA 추출하기

도츠의 블로그

choco0908.github.io

 

.

728x90
반응형

'리버싱 > iOS' 카테고리의 다른 글

iOS Packet Debugging using Proxy tools  (0) 2021.07.05
how to install frida on iOS  (0) 2021.07.05
iOS 루팅 탐지 우회 #2  (0) 2020.12.03
iOS 루팅 탐지 우회 #1  (1) 2020.11.27
iOS jailbreak using checkra1n  (1) 2020.08.16

댓글