$npx skillfedfor your agent

mobile-security

Master mobile game security research across Android and iOS platforms. This skill covers APK decompilation, native library analysis, IL2CPP dumping, dynamic instrumentation with Frida, memory manipulation, and modern root solutions like KernelSU and APatch. Learn jailbreak techniques, hooking frameworks, and methods to bypass detection systems.

Mobile Security teaches Android and iOS game reverse engineering, hooking, and anti-cheat bypass techniques.

AI-generated summary based on this skill's SKILL.md

3,261 458 MITupdated by gmh5225

Decision gist · record as of 2026-07-28

Mobile Security teaches Android and iOS game reverse engineering, hooking, and anti-cheat bypass techniques. Master mobile game security research across Android and iOS platforms. This skill covers APK decompilation, native library analysis, IL2CPP dumping, dynamic instrumentation with Frida, memory manipulation, and modern root solutions like KernelSU and APatch. Learn jailbreak techniques, hooking frameworks, and methods to bypass detection systems.

manual: git clone https://github.com/gmh5225/awesome-game-security → cp -r awesome-game-security/.claude/skills/mobile-security ~/.claude/skills/mobile-security
.claude/skills/mobile-security/SKILL.md · version e25c8d70

Use it when

  • mobile-security covers jailbreak techniques and detection evasion strategies for iOS.
  • mobile-security teaches Frida-based dynamic instrumentation for both Android and iOS platforms.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

gmh5225/awesome-game-security/mobile-security · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What android apk reverse engineering tools does mobile-security cover?

mobile-security teaches APK decompilation and analysis across Android platforms. The skill covers tools and techniques for extracting and examining APK contents, including native library analysis, IL2CPP dumping for Unity games, and metadata extraction. You'll learn to work with managed code and native binaries to understand game security implementations and protection mechanisms.

How does mobile-security address iOS game hacking and jailbreak detection bypass?

mobile-security covers jailbreak techniques and detection evasion strategies for iOS. The skill teaches methods to bypass jailbreak detection systems, work with dynamic instrumentation frameworks like Frida, and analyze certificate pinning implementations. You'll understand modern iOS security layers and how to research protection mechanisms in mobile games.

What frida dynamic instrumentation techniques are included in mobile-security?

mobile-security teaches Frida-based dynamic instrumentation for both Android and iOS platforms. The skill covers runtime hooking, native library instrumentation, ARM64 inline hooking, and certificate pinning bypass methods. You'll learn to inject code, manipulate memory, and trace execution flows to analyze game security and anti-cheat systems.

Does mobile-security explain root detection evasion and modern solutions like KernelSU?

mobile-security covers root, jailbreak, and emulator detection bypass techniques comprehensively. The skill teaches modern Android root solutions including KernelSU, APatch, and Magisk, with comparisons of their detection evasion capabilities. You'll understand detection mechanisms and research-grade approaches to bypass them for security analysis.

What anti-cheat and protection systems does mobile-security help analyze?

mobile-security covers mobile anti-cheat detection methods and evasion strategies. The skill teaches analysis of protection systems like Tencent ACE and AppSealing, memory manipulation detection, and kernel-level monitoring. You'll research how games detect cheating and learn security research methodologies for understanding these protection layers.

Can mobile-security help with kernel-level Android security research?

mobile-security includes kernel module and eBPF tool development for Android security research. The skill covers GKI kernel driver development, eBPF tracing for security analysis, and kernel-level privilege escalation research. You'll learn low-level Android security mechanisms and advanced techniques for comprehensive platform analysis.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Mobile Game Security

Overview

This skill covers mobile security resources from the awesome-game-security collection, focusing on Android and iOS game security research, reverse engineering, and protection bypass techniques.

README Coverage

  • Cheat > Magisk
  • Cheat > Xposed
  • Cheat > Frida
  • Cheat > Hook ART(android)
  • Cheat > Hook syscall(android)
  • Cheat > Android Terminal Emulator
  • Cheat > Android File Explorer
  • Cheat > Android Memory Explorer
  • Cheat > Android Application CVE
  • Cheat > Android Kernel CVE
  • Cheat > Android Bootloader Bypass
  • Cheat > IoT / Smart devices
  • Cheat > Android ROM
  • Cheat > Android Device Trees
  • Cheat > Android Kernel Source
  • Cheat > Android Root
  • Cheat > Android Kernel driver development
  • Cheat > Android Kernel Explorer
  • `Cheat > Android Kernel

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/mobile-security/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Learn Android/iOS game security, reverse engineering, and protection bypass”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

awesome-game-security-overview
by gmh5225 · gmh5225/awesome-game-security

This skill guides you through adding and organizing resources in the awesome-game-security collection, a comprehensive curated list spanning offensive and defensive game security topics. It covers anti-cheat systems, Windows internals, DMA attacks, reverse engineering, graphics APIs, and console emulation, with clear category structure and contribution standards to maintain consistency.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
game-hacking-techniques
by gmh5225 · gmh5225/awesome-game-security

This skill maps the escalation ladder of game cheat implementations, from user-mode memory reads and DLL injection through kernel drivers to hypervisor and DMA-based attacks. It covers memory manipulation, process injection, hooking, visual exploits (ESP), aim assistance, and AI-vision aimbots that bypass traditional detection. Use it to understand the offensive threat model that anti-cheat systems defend against.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars
reverse-engineering
by hypnguyen1209 · hypnguyen1209/offensive-claude

Reverse Engineering provides techniques and tools for static and dynamic analysis of compiled binaries, firmware, and protected code. Recover decompiled source, unpack obfuscated samples, bypass anti-debugging defenses, and extract vulnerability details through patch diffing and protocol inference.

MITupdated Jul 2026
★ 326repo stars
Hermes Dec Bytecode Reverse Engineering
by Aradotso · Aradotso/hermes-skills

Hermes Dec extracts and analyzes Hermes VM bytecode from React Native Android applications. It provides three core utilities: a file parser for inspecting HBC metadata, a disassembler that converts bytecode to assembly-like representation, and a decompiler that generates pseudo-JavaScript output.

no license declared → metadata onlyupdated Jul 2026
★ 3repo stars
mobile-pentest
by hypnguyen1209 · hypnguyen1209/offensive-claude

Mobile-pentest guides dynamic analysis of Android and iOS applications through Frida-based instrumentation, certificate pinning circumvention, and detection bypass. It covers exported component abuse, deep-link exploitation, WebView attacks, and hybrid app reverse engineering for Flutter and React Native codebases.

MITupdated Jul 2026
★ 326repo stars
game-engine-resources
by gmh5225 · gmh5225/awesome-game-security

A curated reference for understanding game engine architecture across commercial and open-source platforms. Covers engine object models, SDK generation workflows, plugin ecosystems, and reverse engineering techniques for Unreal, Unity, Source, and Godot. Includes MCP servers for AI-assisted game development and resources for security analysis.

MITfor claude-codeupdated Jul 2026
★ 3,261repo stars

More skills graphics-api-hooking (MIT) · anti-cheat-systems (MIT) · windows-kernel-security (MIT)

Tags
reverse-engineeringdynamic-instrumentationkernel-level-accessanti-detectionbytecode-analysisprivilege-escalationruntime-patchingnative-hookingstealth-techniquesplatform-hardening