shadowhook is an open-source native code hooking library for Android — designed to let developers intercept and override native (C/C++) functions inside Android apps at runtime. It supports both ARM32 and ARM64 architectures (and the respective “thumb” instruction set) and works across a wide range of Android OS versions. The library allows you to specify hook targets either by function address or by library name + function name, and it automatically handles newly loaded shared libraries (ELFs), ensuring hooks remain effective even when code is dynamically loaded at runtime. ShadowHook strives to be stable and safe for production use: it automatically avoids circular-call recursion between original and proxy functions, and supports unwind/unwind-safe proxy functions (CFI/FP unwind) so that backtraces, debugging, and stack unwinding remain correct. It also offers optional intercept and logging capabilities, letting developers record hooked calls.

Features

  • Support for ARM32 and ARM64, including “thumb” instruction mode, enabling hooking on broad Android devices
  • Function hooking by address or by “library name + symbol name,” giving flexibility in how hooks are specified
  • Automatic hooking of newly loaded shared libraries (ELFs), ensuring dynamic libs are also intercepted
  • Prevention of recursive or circular calls between proxy and original functions to avoid infinite loops or crashes
  • Prevention of recursive or circular calls between proxy and original functions to avoid infinite loops or crashes
  • MIT-licensed and stable enough for production use (used internally by large apps), enabling embedding or integration into other tools

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow shadowhook

shadowhook Web Site

Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud Icon
Full-stack observability with actually useful AI | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of shadowhook!

Additional Project Details

Operating Systems

Android

Programming Language

C

Related Categories

C Artificial Intelligence Software

Registered

2025-12-01