awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jingmatrix/lsposedAvatar von JingMatrix

    JingMatrix/LSPosed

    11,494Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,494
  • theassassin/appimagelauncherAvatar von TheAssassin

    TheAssassin/AppImageLauncher

    7,656Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7,656
  1. Home
  2. Operating Systems & Systems Programming
  3. Package Interception Management

Unter-Tags erkunden

  • 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.