Use when the user wants to hook a method at runtime on a connected Android device, observe arguments/return values, trace execution, or dump runtime state. Triggers: "hook this method", "frida hook on <class>", "trace <method>", "watch this call", "intercept <function>", "runtime trace", "find what calls X". Requires a rooted device with frida-server running. Do NOT use for pure static analysis (use android-re-static-triage) or for native binary-only inspection (use android-re-native-triage).
$npx -y skills add heretek-re/android-re --skill android-re-dynamic-hookInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-dynamic-hook"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heretek-re/android-re" that are relevant to the current task. Run `npx skills add "https://github.com/heretek-re/android-re"` and select the relevant skills, then follow their instructions.