Closed ptrkstr closed 3 years ago
The Swift bridge is actually bundled with Frida by default as of Frida 15.1.0
, that means there's no extra setup steps needed, just install Frida and you're good to go. Thanks for the heads-up! Will update that the README.
Amazing, thanks @hot3eed!
At present, the instructions are:
Using the latest version of npm (
7.22.0
).Steps:
cd
into repo directorynpm run install
Output:
I have tried:
npm install
which seemed to install the dependencies.npm run build
frida -U {app} --no-pause -l _agent.js
Output: