Alternatives to objection

Inspect mobile application behavior at runtime. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as objection.

  • Frida

    Dynamic instrumentation toolkit for inspecting and modifying running applications.

    Frida is the instrumentation toolkit objection is built on, so moving to it means writing your own JavaScript hooks instead of using ready-made exploration commands.

  • MobSF

    Analyze mobile application packages in a security-testing workspace.

    MobSF is a self-hosted GPL-3.0 web workspace for static analysis of mobile app packages with optional dynamic testing on compatible devices or emulators.

Similar software

Related functionality, not a direct replacement.