LoginSignup
13
0

More than 1 year has passed since last update.

macOS Catalina に Frida をインストールする

Last updated at Posted at 2021-11-30

はじめに

macに不慣れでハマったので備忘録として。
不要な手順があれば教えて下さい。

検証環境など

macOS Catalina 10.15.7(19H1419)
Python 3.9.0
frida 15.1.10
frida-tools 10.4.1
iTerm2

手順

Python3をインストールする

手順は割愛

pipを最新に

$ pip install -U pip

Fridaのインストール

インストールするコマンドが下記なので叩いてみる

$ pip install frida-tools

公式HPだとコマンド1発でインストールが完了するはず、、、今回は以下のようなエラーが出た

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

下記両方試した

1つめ
$ pip install --upgrade certifi
2つめ

Finderを開いて
アプリケーション>Python3.9>Install Certificates.command
をダブルクリック

Fridaのインストール

$ pip install frida-tools

インストールが成功しました。

参考記事

https://frida.re/
https://stackoverflow.com/questions/50236117/scraping-ssl-certificate-verify-failed-error-for-http-en-wikipedia-org

13
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
0