Ross ROSS = Recommend OSS · open-source software intelligence for agents

asLody/whale

Hook Framework for Android/IOS/Linux/MacOS observed · 2026-08-28

github.com/asLody/whale · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2776
  • days_rel: n/a
  • days_push: 2089
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1665 stars · 339 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Whale is a cross-platform hook framework written in C++ that runs on Android, iOS, Linux, and macOS, supporting ARM/THUMB, ARM64, X86, and X86_64 architectures. It provides Xposed-style Java method hooking, native inline hooking, runtime class/object manipulation, and a built-in JIT engine for generating executable instructions in memory.

Use cases

  • hook java methods on android xposed-style
  • inline hook native functions on linux or macos
  • bypass android hidden api policy
  • hotfix an app at runtime without repackaging
  • monitor or tamper with app behavior for analysis
  • inject into a system process as an xposed replacement
  • modify class inheritance relationships at runtime

When to choose

  • you need native or java-level hooking across android, ios, linux, and macos from one c++ library
  • you want xposed-style method hooks without the xposed framework
  • you need multi-architecture support including arm64 and x86_64
  • you want a built-in jit engine to generate custom hook instructions

When to avoid

  • you need a hook framework on non-jailbroken ios in release builds, since inline hooking only works in debug mode there
  • you need a actively maintained project - the latest release dates to late 2020
  • you only target windows, which is unsupported
  • you prefer a pure-java or pure-swift solution over c++ integration

Facets

library · maturity maintenance

security reverse-engineering compiler security reverse-engineering mobile-development developer-tools cpp hook-framework inline-hook xposed-style jit-engine native-hook method-hook android ios linux macos

1 source

Member repositories

RepositoryRoleHealth v2
asLody/whalemain32

For agents

markdown · JSON · MCP: product_card(name="asLody/whale")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem