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 RepositoriesPackage Interception Management

Real-time monitoring and filtering of application package detection requests.

Distinct from Package Managers: Focuses on intercepting detection attempts rather than managing software installation

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Package Interception Management. Refine with filters or upvote what's useful.

Awesome Package Interception Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jingmatrix/lsposedAvatar de JingMatrix

    JingMatrix/LSPosed

    11,494Ver en GitHub↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Captures package detection requests in real-time to manage blacklists and whitelists via a floating interface.

    Javaandroidarthooklsposed
    Ver en GitHub↗11,494
  • theassassin/appimagelauncherAvatar de TheAssassin

    TheAssassin/AppImageLauncher

    7,656Ver en GitHub↗

    AppImageLauncher is an application manager and desktop integration tool for AppImage files on Linux systems. It organizes standalone binaries by moving them into a centralized directory and integrating them into the system application menu and search. The project utilizes a background daemon to monitor directories for new files and intercept the execution of application images to prompt for installation. It also includes a specialized helper tool to automate the discovery and application of software updates. Additional capabilities include a command line interface for managing applications i

    Intercepts the execution of AppImage files to provide a centralized prompt for system integration and installation.

    C++
    Ver en GitHub↗7,656
  1. Home
  2. Operating Systems & Systems Programming
  3. Package Interception Management

Explorar subetiquetas

  • Binary Execution InterceptorsMechanisms that detect and intercept the launch of standalone executable binaries to trigger integration workflows. **Distinct from Package Interception Management:** Distinct from Package Interception Management: specifically targets the execution event of a binary to prompt for installation, rather than monitoring package detection requests.