Enables AI assistants to directly analyze and manipulate Unity IL2CPP applications.
IL2CPP Frida provides a Model Context Protocol (MCP) server that integrates Frida to offer deep analysis and manipulation capabilities for Unity IL2CPP applications. It allows AI assistants like Claude or Kiro to interact directly with running IL2CPP processes, performing tasks such as listing images, classes, methods, disassembling code, analyzing garbage collector heaps, and executing arbitrary JavaScript for runtime manipulation. This tool significantly streamlines the reverse engineering workflow for Unity-based software.
Características Principales
01GC heap analysis to find runtime object instances
02Execution of arbitrary JavaScript code to manipulate Frida API
03Frida integration with support for USB, remote, and local device connections
04Comprehensive IL2CPP analysis, including fuzzy search for images, classes, and methods
05Method disassembly based on Frida Instruction API
063 GitHub stars
Casos de Uso
01Connecting to a target device and process for live IL2CPP application analysis and manipulation
02Disassembling specific IL2CPP methods to understand their implementation details
03Listing and fuzzy searching IL2CPP images, classes, and methods for reverse engineering