환경 : 윈10

iOS : 10.3.X (탈옥)

AltServer를 이용해 탈옥완료

 

아래 경로 참고

https://hackcatml.tistory.com/15

 

bagbak을 이용한 IPA파일 추출

iOS 12 이상에서는 Clutch를 이용한 ipa파일 추출이 안되어서 다른 방법이 필요합니다. bagbak이라는 좋은 툴이 있어 소개합니다. 준비물은 탈옥폰 및 칼리입니다. 저는 uncover탈옥툴을 이용하여 아이��

hackcatml.tistory.com

https://github.com/ChiChou/bagbak

 

ChiChou/bagbak

Yet another frida based iOS dumpdecrypted, supports decrypting app extensions and no SSH required - ChiChou/bagbak

github.com

1. frida 설치 

Cydia source  

http://build.frida.re/ 추가 후 frida 설치

 

선행 작업 frida가 PC에도 설치되어 있어야함

 

https://nodejs.org/en/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

node js 설치 후

> node -v

> npm version 

> npm install -g bagbak --unsafe

 

윈10의 경우 (스크립트 실행)

Set-ExecutionPolicy RemoteSigned

 

> bagbak --list

> bagbak --zip com.xxx.xxx.store

 

 

블로그 이미지

wtdsoul

,