ByteHook
ByteHook is an Android PLT hook library
...The repository appears to aim at low-level hooking/injection capabilities, perhaps to support runtime introspection, behavioral monitoring, or hooking-based instrumentation (e.g. for security, tracing, sandboxing, or debugging). Because hooking is a common technique for intercepting library or system calls, Bhook likely provides abstractions to inject hooks into processes or libraries, enabling custom behavior monitoring or modification — which can be useful for building security tools, monitoring frameworks, or dynamic instrumentation. As such, Bhook would serve developers needing fine-grained control over runtime execution, e.g. to intercept calls, log behaviors, protect processes, or adapt system behavior dynamically.