2 repository-uri
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.
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.
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.