awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesLinker Redirection

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.

Awesome Linker Redirection GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/fishhookAvatar de facebook

    facebook/fishhook

    5,418Ver en GitHub↗

    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.

    C
    Ver en GitHub↗5,418
  • performanc/rezygiskAvatar de PerformanC

    PerformanC/ReZygisk

    3,109Ver en GitHub↗

    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.

    Candroidapatchinjection
    Ver en GitHub↗3,109
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Linkers
  4. Linker Redirection