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 RepositoriesSystem Call Interposition

Techniques for overriding operating system system calls to modify application behavior.

Distinct from URL Redirections: Candidates are focused on URL or stream redirection, not low-level system call hooking of connect().

Explore 2 awesome GitHub repositories matching operating systems & systems programming · System Call Interposition. Refine with filters or upvote what's useful.

Awesome System Call Interposition GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • haad/proxychainsAvatar de haad

    haad/proxychains

    7,711Ver en GitHub↗

    Proxychains is a SOCKS proxy chain tool and TCP traffic redirector that forces outgoing network connections from applications into a specified sequence of proxy servers. It functions as a proxy sequence orchestrator, routing TCP network traffic through multiple SOCKS or HTTP proxies to anonymize network paths and bypass firewalls. The tool includes a remote DNS resolver that performs domain name resolution through a remote proxy to prevent DNS leaks and hide queries. This ensures that network traffic from applications that are not proxy-aware is redirected through the configured intermediarie

    Redirects TCP connection requests by overriding the connect system call.

    C
    Ver en GitHub↗7,711
  • lumateam/luma3dsAvatar de LumaTeam

    LumaTeam/Luma3DS

    6,495Ver en GitHub↗

    Luma3DS is a custom firmware for the Nintendo 3DS that removes factory restrictions to enable the execution of unsigned homebrew and game modifications. It functions as a kernel-level system extension that hooks system calls to bypass hardware limitations and introduce new operating system capabilities. The project serves as a homebrew payload loader, using boot-time mechanisms to launch third-party software and custom firmware versions. It also provides a game modding framework capable of patching executable code and intercepting file requests to load custom assets and modified data. The en

    Overwrites operating system system calls to modify application behavior and bypass restrictions.

    C3dscustom-firmwarehomebrew
    Ver en GitHub↗6,495
  1. Home
  2. Operating Systems & Systems Programming
  3. System Call Interposition