frida-workflow
Installation
SKILL.md
Frida Workflow
Use this as the orchestration skill before writing or running Frida instrumentation.
Operating Rules
- Confirm authorization and target scope before instrumenting third-party software.
- Research current Frida docs when behavior depends on version, device mode, Java bridge, Gadget, or CLI flags.
- Record the exact Frida client, server, gadget, OS, architecture, package/bundle/process id, and attach/spawn mode.
- Start with observation hooks, then move to mutation only after the target and call shape are proven.
- Keep hooks small, reversible, and logged. Prefer precise class/function hooks over broad bypass scripts.