Last updated 4 years ago
pip install frida-tools # CLI tools pip install frida # Python bindings
Python 3.6+ does not rely on MacOS' openSSL anymore. It comes with its own openSSL bundled and doesn't have access on MacOS' root certificates.
So, before installing frida, you should run this command:
cd /Applications/Python\ 3.6/ ./Install\ Certificates.command
npm install frida # Node.js bindings
pip install objection
First you should have .
For more details installing objection, please refer to the .