Perform cross-platform dynamic analysis, script injection, and device management with Frida.
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, attach to the target app process, inject a script to monitor common crypto, network, and file access functions, and summarize suspicious runtime behaviors.
A dynamic analysis report with device connection status, injection results, key calls, and a summary of suspicious behaviors.
Use frida-mcp to attach to a specified desktop process, hook the target function's arguments and return values, and output a chronological call log to help locate faulty logic.
A timeline-based function call log highlighting abnormal arguments, return values, or unusual call patterns.
Use frida-mcp to enumerate available devices, filter online targets, deploy built-in hook scripts in batch, and summarize execution status and collected results for each device.
A device list, batch execution results, and per-device summaries of hook logs and statuses.
Use persistent Frida instrumentation for Windows reversing, security analysis, and debugging.
Analyze and manipulate Unity IL2CPP apps with Frida tooling.
Perform authorized Android security testing with analysis, instrumentation, and traffic inspection.
Analyze Android and iOS app packages for security issues via natural language.
Control Android and iOS devices for UI automation, screenshot analysis, and testing.
Automate iOS and Android app interactions across simulators, emulators, and devices.