├── .gitignore ├── README.md ├── assets └── icon.png ├── example.settings.json ├── patcher.py ├── patches └── nozlib.patch └── uber-apk-signer.jar /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/README.md -------------------------------------------------------------------------------- /assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/assets/icon.png -------------------------------------------------------------------------------- /example.settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/example.settings.json -------------------------------------------------------------------------------- /patcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/patcher.py -------------------------------------------------------------------------------- /patches/nozlib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/patches/nozlib.patch -------------------------------------------------------------------------------- /uber-apk-signer.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yu-Vitaqua-fer-Chronos/discord-patcher/HEAD/uber-apk-signer.jar --------------------------------------------------------------------------------