gitextract_qh07k2ps/ ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ ├── config.yml │ │ └── feature_request.yml │ ├── pull_request_template.md │ └── workflows/ │ ├── issue_moderator.yml │ ├── lock-closed-issues.yml │ ├── lock.yml │ ├── ps2check.yml │ └── shellcheck.yml ├── .gitignore ├── LICENSE ├── bin/ │ ├── arm64/ │ │ └── lspinit │ └── x64/ │ └── lspinit ├── docs/ │ ├── Custom-GApps.md │ ├── KernelSU.md │ └── README.md ├── installer/ │ ├── Install.ps1 │ ├── MakePri.ps1 │ └── Run.bat ├── scripts/ │ ├── build.sh │ ├── extractMagisk.py │ ├── extractWSA.py │ ├── gapps_debug.sh │ ├── generateGappsLink.py │ ├── generateKernelSULink.py │ ├── generateMagiskLink.py │ ├── generateWSALinks.py │ ├── init.lsp.magisk.rc │ ├── install_deps.sh │ ├── magisk_debug.sh │ ├── post-fs-data.sh │ ├── requirements.txt │ └── run.sh └── xml/ ├── FE3FileUrl.xml ├── GetCookie.xml ├── WUIDRequest.xml └── priconfig.xml