Testing with Objection

You can use the following toolkit to interact with the patched app:

Running

After the patched app has been launched, you need to connect to it using objection.

Connect via USB

  • Find out app's PID.

  • Start the objection exploration REPL.

Connect via network

  • Find in the console the moment of loading Frida, waiting for a connection.

xcode-deploy-console-output
  • Start the objection exploration REPL.

Commands

A quick guide to the most used objection's commands.

Environment

Run OS command

Download file

Import Frida scripts

In order to import and run the Frida script use the following command:

Last updated