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

iqiyi/xHook

🔥 A PLT hook library for Android native ELF. observed · 2026-08-28

github.com/iqiyi/xHook · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

45/100

  • Activity 28
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 3059
  • days_rel: n/a
  • days_push: 432
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4348 stars · 789 forks observed · 2026-08-28

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

xHook is a PLT (Procedure Linkage Table) hook library for Android native ELF binaries and shared libraries, written in C. It lets native code intercept calls to imported symbols in loaded ELFs without root permissions, supporting Android 4.0-10 across major ABIs.

Use cases

  • hook native library function calls in an Android app
  • intercept libc calls like malloc or open in my NDK project
  • monitor or replace PLT symbol calls in loaded ELF shared libraries
  • debug and trace native API usage on Android without root
  • patch third-party native library behavior at runtime

When to choose

  • you need to hook imported (PLT/GOT) symbol calls in Android native code without root
  • you need broad compatibility with Android 4.0-10 and multiple ABIs
  • you want a small C library with no third-party dependencies

When to avoid

  • you need to hook non-PLT calls such as inline or function-entry hooks
  • you target Android versions above 10 or need active feature development
  • you need a general-purpose instrumentation framework like Frida

Facets

library · maturity maintenance

security developer-tools developer-tools mobile-development operating-systems cpp c plt-hook elf native-code android-ndk inline-hooking-alternative android

1 source

Member repositories

RepositoryRoleHealth v2
iqiyi/xHookmain45

For agents

markdown · JSON · MCP: product_card(name="iqiyi/xHook")

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