1 Repo
Libraries providing APIs for intercepting and redirecting native function calls within Android applications.
Distinct from Android Libraries: Distinct from general Android Libraries as it specifically provides hooking and redirection capabilities for native code.
Explore 1 awesome GitHub repository matching mobile development · Native Hooking Libraries. Refine with filters or upvote what's useful.
xHook is a low-level instrumenter and hooking library for Android ELF binaries. It functions as a framework for intercepting native symbols and redirecting function calls by modifying the procedure linkage table. The tool utilizes regular expressions to filter specific binary files and symbols for interception. It enables the redirection of native calls toward custom function implementations without altering the original binary files. The framework covers dynamic symbol resolution, ELF table modification, and security analysis of native libraries. It also includes stability mechanisms that u
Provides a specialized library for intercepting and redirecting native function calls in Android ELF binaries.