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.
Use persistent Frida instrumentation for Windows reversing, security analysis, and debugging.
Manage devices, processes, scripts, and memory analysis with Frida and ADB.
Use natural language to instrument processes, hook functions, and manage Frida scripts.
Automate Android devices via ADB for testing, control, and task execution.
Perform authorized Android security testing with analysis, instrumentation, and traffic inspection.