{"id":21648056,"url":"https://github.com/arturmes/apatch32","last_synced_at":"2025-06-22T23:09:50.096Z","repository":{"id":253555073,"uuid":"843820474","full_name":"Arturmes/APatch32","owner":"Arturmes","description":"My attempt to port APatch for Arm32 based device. Currently unstable and broken.","archived":false,"fork":false,"pushed_at":"2025-06-19T16:44:02.000Z","size":22314,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T16:44:38.574Z","etag":null,"topics":["android","apatch","inline-hook","kernel","magisk","magisk-module","patch","root"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arturmes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-17T14:18:29.000Z","updated_at":"2025-06-19T16:39:03.000Z","dependencies_parsed_at":"2025-06-19T16:35:39.022Z","dependency_job_id":"a8a473d2-4f4d-47a3-9f93-9e2b5c035389","html_url":"https://github.com/Arturmes/APatch32","commit_stats":null,"previous_names":["arturmes/apatch32"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Arturmes/APatch32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arturmes%2FAPatch32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arturmes%2FAPatch32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arturmes%2FAPatch32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arturmes%2FAPatch32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arturmes","download_url":"https://codeload.github.com/Arturmes/APatch32/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arturmes%2FAPatch32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261380949,"owners_count":23149968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","apatch","inline-hook","kernel","magisk","magisk-module","patch","root"],"created_at":"2024-11-25T06:53:08.551Z","updated_at":"2025-06-22T23:09:45.083Z","avatar_url":"https://github.com/Arturmes.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/Arturmes/APatch32/releases/latest\"\u003e\u003cimg src=\"https://images.weserv.nl/?url=https://raw.githubusercontent.com/bmax121/APatch/main/app/src/main/ic_launcher-playstore.png\u0026mask=circle\" style=\"width: 128px;\" alt=\"logo\"\u003e\u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003eAPatch\u003c/h1\u003e\n\n[![Latest release](https://img.shields.io/github/v/release/bmax121/APatch?label=Release\u0026logo=github)](https://github.com/bmax121/APatch/releases/latest)\n[![Weblate](https://img.shields.io/badge/Localization-Weblate-teal?logo=weblate)](https://hosted.weblate.org/engage/APatch)\n[![Channel](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/APatchGroup)\n[![GitHub License](https://img.shields.io/github/license/bmax121/APatch?logo=gnu)](/LICENSE)\n\n\u003c/div\u003e\n\nThe patching of Android kernel and Android system.\n\n- A new Kernel-based root solution for Android devices.\n- APM: Magisk module like support.\n- KPM: Kernel Patch Module support. (Allow you to inject any code into the kernel, Kernel function inline-hook and syscall-table-hook is available)\n- APatch relies on [KernelPatch](https://github.com/Arturmes/KernelPatch32/).\n- The source code for both APatch UI and APM has been copied and modified from [KernelSU-ARM32](https://github.com/Rissu-Projekt/KernelSU-ARM32).\n\n## Supported Versions\n\n- This APatch is not yet stable! I don't recommend it as main root method!\n\n- Have armeabi-v7a or Arm32 support\n- Android Kernel Version 3.18 - 4.14\n\nSupport for Samsung devices with security protection: planned\n\n## Requirement\n\nKernel configs\n\n- `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=y`\n- `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=n`: Early support\n\n## Security Alert\n\nThe **SUPERKEY** has higher privileges than root access.  \nWeak or compromised keys can result in unauthorized control of your device.  \nIt is critical to use robust keys and safeguard them from exposure to maintain the security of your device.\n\n## Translation\nTo 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.\n\n\u003cdiv align=\"center\"\u003e\n\n[![Translation status](https://hosted.weblate.org/widget/APatch/apatch/horizontal-auto.svg)](https://hosted.weblate.org/engage/APatch/)\n\n\u003c/div\u003e\n\n## Get Help\n\n### Usage\n\nInstallation guide (coming soon)\n\u003chr\u003e\n\n### News\n- Telegram Channel: [@mesofmes](https://t.me/mesofmes)\n\n### More Information\n\n- [Documents](docs/)\n\n## Credits\n\n- [bmax121](https://github.com/bmax121) - Original APatch author, owner, and maintainer\n- [APatch](https://github.com/bmax121/APatch) - Official APatch repository\n\n## License\n\nAPatch is licensed under the GNU General Public License v3 [GPL-3](http://www.gnu.org/copyleft/gpl.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturmes%2Fapatch32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farturmes%2Fapatch32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farturmes%2Fapatch32/lists"}