Frida Run banner
alvinhayy alvinhayy

Frida Run

Development community

Description

--- description: Spawn the app with a runtime bypass script attached (TLS/emulator/RASP/attestation) argument-hint: <package> [script.js ...] --- Attach the `runtime/` Frida helpers to a target you are authorized to test: `$ARGUMENTS` Steps: 1. Parse `$ARGUMENTS` → first token = package (default placeholder `com.example.targetapp`), the rest = script names from `runtime/` (default: `rasp-bypass.js flutter-tls.js`). 2. Confirm a device/emulator is up (`adb devices`) and `frida-server`/gadget

Installation

Installs to ~/.claude/commands/alvinhayy-mobile-reverseskill-frida-run.md

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

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

Full documentation available on GitHub

View Source Repository