Summary. Hooked is an on-device security-research / debugging tool.
It does not require an account, does not show ads,
and does not collect personal information for the developer. The
developer operates no server that receives your data.
Data the app processes
On-device only (not transmitted to the developer):
Installed apps and running processes. To let you choose a target,
the app lists applications and processes on the device. This is displayed locally and
is not sent anywhere by the app.
Instrumentation scripts and session output. Scripts you write or
import, and the messages produced during a session, are stored and shown locally on
the device.
Sent to Google (Firebase):
The app uses Firebase Remote Config to check for a minimum
supported version and to show update prompts. To provide this,
Firebase Installations generates a per-installation identifier and
communicates with Google's servers. This is handled by Google's Firebase SDK; see
Google's Firebase privacy documentation and Google's Privacy Policy for details. The
app itself does not attach your identity to this identifier.
Not collected: name, email, contacts, location, photos, advertising
identifiers, or similar personal data.
Permissions and why they are used
INTERNET — Firebase Remote Config, and the local connection to the
bundled Frida server over a device-local socket.
QUERY_ALL_PACKAGES — to list installed apps as instrumentation
targets. This list is used on-device only.
FOREGROUND_SERVICE / FOREGROUND_SERVICE_SPECIAL_USE / POST_NOTIFICATIONS
— to run and show the status of an on-device instrumentation session.
Root and intended use
Hooked requires a rooted device and is intended solely for use on devices and
applications that you own or are explicitly authorized to test. You are responsible for
using it lawfully.
Data retention and deletion
On-device data (scripts, session output, cached configuration) is removed when you
clear the app's data or uninstall the app. For data processed by Firebase, refer to
Google's documentation for retention and deletion.
Children
Hooked is a developer/security tool and is not directed to children.
Changes
This policy may be updated; the effective date above will change accordingly.