Skip to content

matheusc457/MPatch

 
 

Repository files navigation

logo

MPatch

Latest Release GitHub License

The patching of Android kernel and Android system, now with ARMv7 support.

  • A fork of APatch focused on bringing support to ARMv7 (armeabi-v7a) devices.
  • APM: Support for modules similar to Magisk.
  • KPM: Support for modules that allow you to inject any code into the kernel (Provides kernel function inline-hook and syscall-table-hook).
  • MPatch relies on KernelPatch.
  • The MPatch UI and the APModule source code have been derived and modified from KernelSU.

Or download the latest APK from the Releases Section.

Supported Versions

  • Supports ARM64 and ARMv7 (armeabi-v7a) architectures.
  • Only supports Android kernel versions 3.18 - 6.12

ARMv7 support is currently under active development. Contributions are welcome!

Support 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: Initial support

Security Alert

The SuperKey has higher privileges than root access.
Weak or compromised keys can lead to unauthorized control of your device.
It is critical to use robust keys and safeguard them from exposure to maintain the security of your device.

Get Help

Usage

For usage, please refer to APatch's official documentation as a reference.
MPatch-specific documentation is coming soon.

Credits

License

MPatch is licensed under the GNU General Public License v3 GPL-3.

About

The patching of Android kernel and Android system, now with ARMv7 support

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Kotlin 63.1%
  • Rust 14.6%
  • C++ 7.9%
  • Java 6.1%
  • Shell 5.8%
  • C 2.3%
  • Other 0.2%