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 RepositoriesVirtual System Mounting

Techniques for injecting files into the system partition using virtual mounts to avoid permanent storage modification.

Distinguishing note: None of the candidates cover the specific Android-centric system partition virtual mounting logic used by Magisk.

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

Awesome Virtual System Mounting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • j-hc/revanced-magisk-moduleAvatar von j-hc

    j-hc/revanced-magisk-module

    6,883Auf GitHub ansehen↗

    This project is an Android application patching tool and Magisk system module generator. It is designed to apply custom modifications to application packages and generate modules that install these patched binaries into the system partition of rooted Android devices. The tool incorporates a root-based application installer that utilizes specialized mounting methods, such as Zygisk application mounting, to bypass root detection warnings and mount errors. It further distinguishes itself by automating the retrieval of application binaries from external mirrors based on specific device architectu

    Injects patched applications into the system partition using virtual mounts to avoid modifying original storage.

    Shellextendedmagiskmodule
    Auf GitHub ansehen↗6,883
  • dokan-dev/dokanyAvatar von dokan-dev

    dokan-dev/dokany

    5,784Auf GitHub ansehen↗

    Dokan is a user-mode file system library for Windows that allows applications to create custom file systems accessible as normal Windows volumes without writing kernel-mode device drivers. It provides a FUSE compatibility layer that maps FUSE operations to Dokan callbacks, enabling existing FUSE-based file systems to run natively on Windows by rebuilding the source code with Cygwin or MinGW. The library exposes its file system API through language-specific wrappers for C, .NET, Java, Delphi, Ruby, and Python, supporting cross-language file system development. It handles file operations throug

    Mount any kind of data as a virtual file system, making it accessible transparently from all Windows applications.

    Cccreatefiledevice-driver
    Auf GitHub ansehen↗5,784
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtual System Mounting