Analyze and manipulate Unity IL2CPP apps with Frida tooling.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "IL2CPP Frida MCP Server" yet — see the docs or source repo.
Connect to the target Unity IL2CPP app, list the main classes, namespaces, and method signatures in the assemblies, and organize the output by module.
A module-organized list of classes, methods, parameters, and return types for quickly understanding the app structure.
Locate methods related to player damage calculation, disassemble the target function, and explain the key call chain, parameter meanings, and possible hook points.
Provides disassembly output, logic analysis, and suggested key locations for injection or monitoring.
Scan heap instances of a specified class, count the objects, show current values of key fields, and identify anomalous object samples.
Outputs instance counts, field value summaries, and anomalous object samples to help diagnose runtime state issues.
Use persistent Frida instrumentation for Windows reversing, security analysis, and debugging.
Perform cross-platform dynamic analysis, script injection, and device management with Frida.
Recover original C# names from Unity IL2CPP metadata for reverse engineering.
Manage devices, processes, scripts, and memory analysis with Frida and ADB.
Automates dynamic Android app analysis with Frida via AI commands.
Programmatically manage Unity projects, create assets, and automate builds with AI.