Magisk/docs
2018-03-18 12:16:57 +08:00
..
images Update documentation to v15.2 2018-01-08 22:33:55 +08:00
changelog.md Update documentation to v15.2 2018-01-08 22:33:55 +08:00
details.md Update documentation to v15.2 2018-01-08 22:33:55 +08:00
modules.md Update documentation to v15.2 2018-01-08 22:33:55 +08:00
procedures.html Fix magiskhide in graph 2018-01-09 06:48:58 +08:00
README.MD Update diagram URL 2018-01-09 06:50:03 +08:00
tips.md tips.md Grammar Fix 2018-03-18 12:16:57 +08:00
tools.md Update documentation to v15.2 2018-01-08 22:33:55 +08:00

Magisk Documentations

(Updated on 2018.1.8) (Changelog)

Table of Contents

The following are for developers

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 stuffs you need for Android customization, such as root, boot scripts, SELinux patches, AVB2.0 / dm-verity / forceencrypt patches etc..

Furthermore, Magisk 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. With its systemless nature along with several other hacks, Magisk can hide modifications from nearly any existing system integrity verifications, one of the main target is to hide from Google's SafetyNet API.