frida-anti-instrumentation
Installation
SKILL.md
Frida Anti-Instrumentation
Use this skill when the app exits, hides behavior, blocks attach, or detects Frida/root/jailbreak/emulator/debugging.
Diagnosis Order
- Prove whether failure happens before or after Frida attaches.
- Use spawn mode for early checks.
- Log exits, process checks, file checks, property checks, and native anti-debug calls.
- Identify the specific detection before bypassing it.
- Keep only narrow hooks that change the detected condition.