Alternatives to Frida

Dynamic instrumentation toolkit for inspecting and modifying running applications. 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 Frida.

  • objection

    Inspect mobile application behavior at runtime.

    objection is a GPL-3.0 runtime mobile exploration toolkit built on Frida, giving ready-made commands for inspecting app state instead of writing your own JavaScript hooks.

Also worth comparing

These listings name Frida as their own alternative, so the relationship runs both ways.

  • MobSF

    Analyze mobile application packages in a security-testing workspace.

    Frida is a dynamic instrumentation toolkit for hooking live mobile processes rather than a static and dynamic analysis workspace.

Similar software

Related functionality, not a direct replacement.