Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturmes/apatch32
My attempt to port APatch for Arm32 based device. Currently unstable and broken.
https://github.com/arturmes/apatch32
android inline-hook kernel magisk magisk-module patch root
Last synced: 28 days ago
JSON representation
My attempt to port APatch for Arm32 based device. Currently unstable and broken.
- Host: GitHub
- URL: https://github.com/arturmes/apatch32
- Owner: Arturmes
- License: gpl-3.0
- Created: 2024-08-17T14:18:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T10:26:58.000Z (3 months ago)
- Last Synced: 2024-09-11T15:12:47.166Z (3 months ago)
- Topics: android, inline-hook, kernel, magisk, magisk-module, patch, root
- Language: Kotlin
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APatch
[![Latest release](https://img.shields.io/github/v/release/bmax121/APatch?label=Release&logo=github)](https://github.com/bmax121/APatch/releases/latest)
[![Weblate](https://img.shields.io/badge/Localization-Weblate-teal?logo=weblate)](https://hosted.weblate.org/engage/APatch)
[![Channel](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/APatchGroup)
[![GitHub License](https://img.shields.io/github/license/bmax121/APatch?logo=gnu)](/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/Arturmes/KernelPatch32/).
- The source code for both APatch UI and APM has been copied and modified from [KernelSU-ARM32](https://github.com/Rissu-Projekt/KernelSU-ARM32).## Supported Versions
- This APatch is not yet stable! I don't recommend it as main root method!
- Have armeabi-v7a or Arm32 support
- Android Kernel Version 3.18 - 4.14Support for Samsung devices with security protection: planned
## Requirement
Kernel configs
- `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=y`
- `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=n`: Early support## Security Alert
The **SUPERKEY** has higher privileges than root access.
Weak or compromised keys can result in unauthorized control of your device.
It is critical to use robust keys and safeguard them from exposure to maintain the security of your device.## 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.[![Translation status](https://hosted.weblate.org/widget/APatch/apatch/horizontal-auto.svg)](https://hosted.weblate.org/engage/APatch/)
## Get Help
### Usage
Installation guide (coming soon)
### News
- Telegram Channel: [@mesofmes](https://t.me/mesofmes)### More Information
- [Documents](docs/)
## Credits
- [bmax121](https://github.com/bmax121) - Original APatch author, owner, and maintainer
- [APatch](https://github.com/bmax121/APatch) - Official APatch repository## License
APatch is licensed under the GNU General Public License v3 [GPL-3](http://www.gnu.org/copyleft/gpl.html).