Root Avd banner
alvinhayy alvinhayy

Root Avd

Development community

Description

--- description: Set up a rooted, anti-detection Android AVD (KernelSU on Apple Silicon, Magisk on x86_64) argument-hint: "[api-level] (default: 36)" --- Set up a rooted test AVD for API `${ARGUMENTS:-36}`. Pick the path by host arch (`uname -m`): **Apple Silicon / arm64 → KernelSU** via `alvinhayy/Mobile-Pentest-Setup`: ```bash git clone https://github.com/alvinhayy/Mobile-Pentest-Setup && cd Mobile-Pentest-Setup ./create-avd.sh --name lab1 --api ${ARGUMENTS:-36} --full # build→root→boot→g

Installation

Installs to ~/.claude/commands/alvinhayy-mobile-reverseskill-root-avd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alvinhayy/Mobile-ReverseSkill/HEAD/.claude/commands/root-avd.md -o ~/.claude/commands/alvinhayy-mobile-reverseskill-root-avd.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository