Forked from topjohnwu/Magisk:/scripts, Magisk v26.1
boot_patch.sh <bootimage>
- KEEPVERITY
- KEEPFORCEENCRYPT
- PATCHVBMETAFLAG
- RECOVERYMODE
- SYSTEM_ROOT
File name | Type | Description |
---|---|---|
boot_patch.sh | script | A script to patch boot image for Magisk. The script will use files in its same directory to complete the patching process. |
util_functions.sh | script | A script which hosts all functions required for this script to work properly. |
magiskinit | binary | The binary to replace /init. |
magisk(32/64) | binary | The magisk binaries. |
magiskboot | binary | A tool to manipulate boot images. |
stub.apk | binary | The stub Magisk app to embed into ramdisk. |
chromeos | folder | This folder includes the utility and keys to sign chromeos boot images. Only used for Pixel C. |