# APatch
**Repository Path**: ymso/APatch
## Basic Information
- **Project Name**: APatch
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-17
- **Last Updated**: 2024-01-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# APatch

[](https://github.com/bmax121/APatch/releases/latest)
[](https://hosted.weblate.org/engage/APatch)
[](https://t.me/APatchGroup)
[](/LICENSE)
The patching of Android kernel and Android system.
- A new Kernel-based root solution for Android devices.
- APM: Magisk module like support
- KPM: Kernel Patch Module support. (Allow you to inject any code into the kernel, Kernel function inline-hook and syscall-table-hook is available)
- APatch relies on [KernelPatch](https://github.com/bmax121/KernelPatch/)
The source code for both APatch UI and APM has been copied and modified from [KernelSU](https://github.com/tiann/KernelSU)
## Supported Versions
- ARM64 only
- Android Kernel Version 3.18 - 6.1
## Requirement
Kernel configs
- `CONFIG_KALLSYMS=y`
- `CONFIG_KALLSYMS_ALL=y`
- `CONFIG_KALLSYMS_ALL=n` (Next version of KernelPatch will support)
## Translation
To help translate APatch or improve existing translations, please use [Weblate](https://hosted.weblate.org/engage/apatch/). PR of APatch translation is no longer accepted, because it will conflict with Weblate.
[](https://hosted.weblate.org/engage/APatch/)
[](https://hosted.weblate.org/engage/APatch/)
## Get Help
### Usage
Installation guide (coming soon)
### Updates
- Telegram Channel: [@APatchChannel](https://t.me/APatchChannel)
### Discussions
- Telegram Group: [@APatchGroup](https://t.me/APatchGroup)
- 中文: [@APatch_CN_Group](https://t.me/APatch_CN_Group)
### More Information
- [FAQ (EN)](docs/en/faq.md)
- [常见问题解答 (CN)](docs/cn/faq_cn.md)
- [常見問題解答 (CN_TW)](docs/cn_tw/faq_cn_tw.md)
- [Preguntas frecuentes (ES)](docs/es/faq_es.md)
- [Foire aux questions (FR)](docs/fr/faq_fr.md)
- [Domande frequenti (IT)](docs/it/faq_it.md)
- [Perguntas frequentes (PT_BR)](docs/pt_br/faq_pt_br.md)
- [Часто задаваемые вопросы (RU)](docs/ru/faq_ru.md)
- [Sık sorulan sorular (TR)](docs/tr/faq_tr.md)
- [Tez-tez soruşulan suallar (AZ)](docs/az/faq_az.md)
## Credits
- [KernelPatch](https://github.com/bmax121/KernelPatch/): The core.
- [Magisk](https://github.com/topjohnwu/Magisk): magiskboot and magiskpolicy.
- [KernelSU](https://github.com/tiann/KernelSU): App UI, and magisk module like support.
## License
APatch is licensed under the GNU General Public License v3 (GPL-3) ().