2 repositorios
Intercepting system calls to the binary linker to mask modified memory segments and libraries.
Distinct from Binary Linkers: Distinct from Binary Linkers: focuses on the active redirection of linker calls to evade detection rather than the act of merging object files.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Linker Redirection. Refine with filters or upvote what's useful.
Fishhook es una librería de instrumentación binaria para iOS y simuladores de iOS. Funciona como un re-enlazador e instrumentador de símbolos Mach-O, permitiendo el reemplazo de implementaciones de librerías del sistema con lógica personalizada en tiempo de ejecución. El proyecto redirige llamadas a funciones actualizando punteros de símbolos perezosos y no perezosos dentro de segmentos de datos binarios Mach-O. Este enfoque permite la interceptación y modificación del comportamiento de funciones existentes sin alterar el binario original en el disco. El conjunto de herramientas cubre la instrumentación binaria y el hooking dinámico para aplicaciones iOS, facilitando el monitoreo y la alteración de llamadas a funciones a través de la redirección de direcciones en tiempo de ejecución y el re-enlazado de símbolos.
Implements function redirection by mimicking the system linker to swap original symbol addresses.
ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and linker redirection tool designed to inject custom code into the Android Zygote process so that modifications are inherited by all spawned applications. The project provides a decoupled abstraction layer and Zygisk API implementation, allowing system modules to operate independently of specific root management tools. This ensures that root modules remain stable and compatible across various kernel-level rooting solutions. The framework includes capabilities for system process
Implements a linker redirection mechanism to hide modified libraries and memory segments from security scanners.