# littleWhiteDuck/SimpleHook

SimpleHook

Repository: https://github.com/littleWhiteDuck/SimpleHook
Canonical: https://ross.abutalabs.com/products/simplehook
Language: Kotlin
License: Apache-2.0
License Family: permissive
Last push: 2026-08-14T09:48:30+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 85, longevity 100
- inputs: {"age_days": 1625, "days_push": 19, "days_rel": 21, "gap_med": 88.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1337, forks 89 (observed 2026-08-28T04:04:25.420680+00:00)

## What it is
SimpleHook is an Xposed/LSPosed module for Android app debugging and research, offering configurable Java/Smali hooking of methods, fields, and static variables. It supports replacing return values and arguments, intercepting execution, and logging call parameters and results with a searchable record view and floating window.

## Use cases
- hook android app methods to change return values
- log method parameters and return values of an android app
- replace method arguments in an android app at runtime
- convert smali signatures to hook configurations
- debug and research apps I own with xposed
- intercept method execution in an android app
- export and share hook configurations

## When to choose
- you already run LSPosed or another Xposed framework and want a configurable no-code hooking UI
- you need to record or modify Java-level method calls, fields, and static variables in an Android app you own or are authorized to test
- you want to paste Smali signatures and turn them into hook configs quickly

## When to avoid
- you need to hook native (C/C++) code rather than Java/Kotlin methods
- you have no root/Xposed-capable environment or cannot authorize Shizuku/storage access
- you intend to modify apps you do not own or lack permission to test

## Facets
- artifact type: application
- maturity: active
- function: security, developer-tools, reverse-engineering
- domain: android-tools, reverse-engineering, developer-tools, security
- platform: -
- tags: xposed, lsposed, hooking, smali, android-debugging, runtime-analysis, android

## Member repositories
- littleWhiteDuck/SimpleHook (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.420680+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:03.407401+00:00, confidence not recorded.
  - readme: https://github.com/littleWhiteDuck/SimpleHook (fetched 2026-08-28T04:04:25.420680+00:00, sha 1451dbf7a6f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
