Skip to content
Platform
generic
Available at: https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security

Last updated: September 29, 2023

RMS Runtime Mobile Security

RMS - Runtime Mobile Security is a runtime mobile application analysis toolkit, supporting Android and iOS Apps. It offers a web GUI and is written in Python.

It's leveraging a running Frida server on a jailbroken device with the following out-of-box functionalities:

  • Execute popular Frida scripts
  • Execute custom Frida scripts
  • Dump all the loaded classes and relative methods
  • Hook methods on the fly
  • (Android) Monitor Android APIs and usage of native APIs

The installation instructions and "how-to guide" of RMS can be found in the Readme of the Github repo.

Resources