Magisk/docs
2017-09-28 05:39:10 +08:00
..
images Update docs 2017-09-28 05:39:10 +08:00
applets.md Update docs 2017-09-28 05:39:10 +08:00
changelog.md Update docs 2017-09-28 05:39:10 +08:00
details.md Finalize docs 2017-08-17 00:41:50 +08:00
module_repo.md Update docs 2017-09-28 05:39:10 +08:00
procedures.html Update docs 2017-08-15 01:28:45 +08:00
README.MD Update docs 2017-09-28 05:39:10 +08:00
tips.md Update docs 2017-09-28 05:39:10 +08:00

Magisk Documentations

(Updated on 2017.9.28) (Changelog)

Table of Contents

Introduction

Magisk is a suite of open source tools for devices running Android version higher than 5.0 Lollipop (API 21). It establishes an environment which covers most Android aftermarket customization needs, such as root, boot scripts, SELinux patches, dm-verity/forceencrypt patches etc.. Furthermore, Magisk also provides a Systemless Interface to alter the system (or vendor) arbitrarily while the actual partitions stay completely intact, all of which accomplished by only patching the boot image, and adding some files into /data. With its systemless nature along with several other hacks, Magisk can hide modifications from device integrity verifications, one of the main target is to hide from Google's SafetyNet API.