
Android 맞춤 설정 제품군으로, 루트 액세스(MagiskSU), 시스템리스 모듈 설치, 부트 이미지 언패킹/리패킹, Zygisk 런타임 코드 주입을 제공하여 고급 기기 수정을 가능하게 합니다.

Magisk는 Android 6.0 이상의 기기를 지원하며 Android를 커스터마이징하기 위한 오픈 소스 소프트웨어 모음입니다.
주요 기능은 다음과 같습니다:
Github는 공식 Magisk 정보와 다운로드를 받을 수 있는 유일한 소스입니다.
Debug 빌드의 버그 리포트만 접수됩니다.
설치 문제의 경우, 부트 이미지와 설치 로그를 모두 업로드하세요.
Magisk 문제의 경우, boot logcat 또는 dmesg를 업로드하세요.
Magisk 앱 충돌의 경우, 충돌 발생 시 logcat을 기록하여 업로드하세요.
Magisk 앱 및 해당 스텁 APK의 기본 문자열 리소스는 다음 위치에 있습니다:
app/core/src/main/res/values/strings.xmlapp/stub-res/src/main/res/values/strings.xml각각을 번역하여 해당 위치([module]/src/main/res/values-[lang]/strings.xml)에 배치하세요.
Magisk, including all git submodules are free software:
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.