Skip to content
maarsalien edited this page Jul 28, 2023 · 4 revisions

What is this?

This is a Java mod menu specially made for Frida. It is based on Android-Mod-Menu by LGLTeam.

How it works?

By loading a custom dex file into the target process, we can call the methods inside it from Frida. This is done by using the Java.openClassFile method from Frida JavaScript API.

See the example project for more info.

Q&A

I know programming, but I don't know Frida. Can I use this?
Of course, but you must comprehend what Frida is and what it does first.

I dont have a pc, can I use this?
Yes, you can use Termux to run Frida on your Android device. Follow this guide to setup Frida server on Termux.

I don't have a rooted device, can I use this?
Yes, you can use this on a non-rooted device. see How to use Frida without root for more info.

Does this work on iOS?
No, it doesn't. It is only for Android.

Does this work on emulators?
Not tested, but it should work.

I don't know programming, but I want to hack my (not so) favorite game. Can I use this?
You'll have a hard time, sorry!

Clone this wiki locally