MCPMarket
出售技能Power Your Agents连接
  1. 首页
  2. 服务器
  3. IL2CPP Frida

IL2CPP Frida

axhlzybyaxhlzy
•
23
•
安全与测试
开发者工具
游戏开发

Enables AI assistants to directly analyze and manipulate Unity IL2CPP applications.

Tieline — product intent grounded in code

Advertisement

Related MCPs

View more
  • AgentDeskAI

    BrowserTools

    Enables AI-powered applications to monitor and interact with browser data via a Chrome extension and MCP.

  • that1guy15

    Tox Testing

    Executes tox commands to run Python tests within a project using pytest via the Model Context Protocol (MCP).

  • hdresearch

    Shell

    Enables secure shell command execution for Large Language Models (LLMs).

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

发现可将 Claude 和 Cursor 等 MCP 客户端连接到您喜爱工具的 MCP 服务器。浏览 MCP 市场开始使用。

浏览

  • MCP 搜索
  • MCP 服务器
  • MCP 客户端
  • Claude 技能
  • MCP Market Hub
  • 分类
  • 什么是 MCP 服务器?
  • Model Context Protocol

排行榜

  • 今日热门 MCP
  • 今日热门 Claude 技能
  • Claude 技能 Top 100
  • MCP 服务器 Top 100

关于

  • 新闻
  • 提交
  • 联系我们

© 2026 MCP 市场。保留所有权利。·Privacy·Terms

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.

主要功能

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

使用案例

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