MCPMarket
스킬 판매Power Your Agents연결
  1. 홈
  2. 서버
  3. IL2CPP Frida

IL2CPP Frida

axhlzybyaxhlzy
•
23
•
보안 및 테스팅
개발자 도구
게임 개발

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

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