├── .python-version ├── LICENSE ├── README.md ├── images ├── MENU.png ├── Root.gif └── SuperRecovery.gif ├── pyproject.toml ├── src ├── main.py ├── modules │ ├── logging.py │ ├── patch_boot.py │ └── tools.py └── patch_boot.exe └── uv.lock /.python-version: -------------------------------------------------------------------------------- 1 | 3.13 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/README.md -------------------------------------------------------------------------------- /images/MENU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/images/MENU.png -------------------------------------------------------------------------------- /images/Root.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/images/Root.gif -------------------------------------------------------------------------------- /images/SuperRecovery.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/images/SuperRecovery.gif -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/pyproject.toml -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/src/main.py -------------------------------------------------------------------------------- /src/modules/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/src/modules/logging.py -------------------------------------------------------------------------------- /src/modules/patch_boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/src/modules/patch_boot.py -------------------------------------------------------------------------------- /src/modules/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/src/modules/tools.py -------------------------------------------------------------------------------- /src/patch_boot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/src/patch_boot.exe -------------------------------------------------------------------------------- /uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OnesoftQwQ/XTCEasyRootPlus/HEAD/uv.lock --------------------------------------------------------------------------------