1. Objectives
Frida is a hook framework based on python+javascript, which can run on various platforms such as android, ios, linux, win, etc. It mainly uses dynamic binary instrumentation technology. It is also a widely used reverse engineering tool.
2. Installation
Install frida on Mac
pip install frida
Tip:
pip install frida
If you have installed an old version before, you must uninstall the old version first.
pip uninstall frida
Then install frida-tools