Skip to content

7a72/meta-magic_mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Mount Metamodule

Latest Release Latest CI

Implement systemless modification support for KernelSU.

Support Policy

This project only provides support for the official KSU branch. No compatibility guarantees or technical support will be offered for unofficial forks, third-party modifications, or derivative versions.

Build Instructions

To build this project, you must have the following installed:

  • Node.js
  • pnpm
  • Zig

1. Build WebUI

cd webui
pnpm i
pnpm build

2. Build Module

bash build.sh --release

3. Build Output

Build artifacts will be generated under:

build/

Misc

The branch now uses a C implementation.

The previous Rust implementation : 🦀