본문 바로가기
보안/iOS

[mac] frida 설치(에러 해결) 명령어 정리

by stephen26 2021. 6. 22.

<pip 설치>

 


$ pip instll --upgrade pip

$ pip3 install --upgrade --user pip
 

 

 

<frida 설치>

 

 
$ pip3 install frida

$ pip3 install --upgrade frida

$ pip3 install frida-tools


//에러 발생 시

$ pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org frida
 

 

 
//아래 에러 발생 시

"error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>"
 

//명령어 입력

$ open /Applications/Python\ 3.8/Install\ Certificates.command
 

 

 

<fridump 설치 경로> 

 

 

rootbsd/fridump3

A universal memory dumper using Frida for Python 3 - rootbsd/fridump3

github.com

 

'보안 > iOS' 카테고리의 다른 글

[iOS] 플러터(Flutter) HTTPS 프록시 연결  (0) 2022.02.07
[iOS] 플러터(Flutter) 앱 프록시 설정  (0) 2022.01.29
[iOS] SSL Pinning bypass  (0) 2021.11.10
[iOS] lldb 디버깅  (0) 2021.11.08
[mac] VMware Fusion USB 인식 해결방법  (0) 2021.10.19

댓글