Perform Android dynamic analysis with Frida, including attaching, spawning, and script injection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "frida-mcp" yet — see the docs or source repo.
Use frida-mcp to connect to my Android device, list installed apps, and attach to the process with package name com.example.app. Confirm the current session is ready for script injection.
A list of apps on the device, details of the successfully attached target process, and confirmation that the session is ready for Frida script injection.
Use frida-mcp to spawn com.example.app and inject a Frida script that hooks the Java-layer login function and prints its input arguments and return value.
The result of spawning and injection, script execution status, and hook logs showing intercepted function calls with arguments and return values.
Use frida-mcp to list apps on the current Android device, organized by package name and app name, so I can choose the next target for analysis.
A structured app inventory that makes it easy to filter candidate targets and proceed with further dynamic analysis.
Perform cross-platform dynamic analysis, script injection, and device management with Frida.
Manage devices, processes, scripts, and memory analysis with Frida and ADB.
Automates dynamic Android app analysis with Frida via AI commands.
Analyze and manipulate Unity IL2CPP apps with Frida tooling.
Connect to and control Android devices for testing, debugging, and automation.
Analyze Android and iOS app packages for security issues via natural language.