A Frida Mod Menu for Android Games inspired by Android-Mod-Menu by LGLTeam.
For more information see wiki.
- Switches (toggle on/off)
- SeekBars (slide to set value)
- Buttons On/Off (toggle on/off)
- ButtonLink (click to open link)
- CheckBoxes (tick to set value)
- InputNum (enter number to set value)
- InputText (enter text to set value)
- TextViews (display rich text)
- WebView (display web page with real html/css)
... and more see the source code or the javadoc for more information.
- Frida Documentation - The official Frida documentation.
- Install Frida in Termux - A guide to install Frida server in Termux.
- Frida Il2cpp Bridge - A Node.js module to help you to hook Il2cpp games with Frida.
- Frida Server - An Android app to install and run Frida server on your device.
- Frida No Root - A tutorial to use Frida without root.
- LGLTeam for the original Android-Mod-Menu.