Debugserver 셋팅1) Debugserver 바이너리 획득2) Fat 바이너리에서 iDevice용만 추출3) debugserver의 entitlements 추출4) 추출한 entitle.xml 파일 수정, 저장5) 수정한 entitle.xml로 코드 re-sign6) iDevice로 옮긴 후 실행권한 부여7) iDevice와 mac 연결8) iDevice에서 debugserver 구동, mac에서 붙기
Debugserver 셋팅
Xcode.app
내부에 숨어있는 debugsever
파일 추출1) Debugserver 바이너리 획득


2) Fat 바이너리에서 iDevice용만 추출

3) debugserver의 entitlements 추출


4) 추출한 entitle.xml 파일 수정, 저장

5) 수정한 entitle.xml로 코드 re-sign

6) iDevice로 옮긴 후 실행권한 부여

7) iDevice와 mac 연결
- 1. iDevice를 usb로 mac과 연결
- 2. Iproxy 설정
- 3. iDevice에서 debugservser_arm64 구동 (127.0.0.1)
- 4. mac에서 lldb 등으로 붙기

8) iDevice에서 debugserver 구동, mac에서 붙기

