From b944a6cc7cf14217b5da01de2b4600bf68878c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E6=AF=94=E5=A5=88=20=E3=81=BB=E3=81=9F=E3=82=8B?= <87124071+RinLin-NYA@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:50:58 +0800 Subject: [PATCH] upd: README.md This commit will modify the README.md file in order to correct a wrong description about kernel hook function inline-hook and syscall-table-hook which firstly appeared at documentation in AndroidPatch/APatchDocs caused by non-fully understanding about these hook functions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21a0ce1c..a93ac4392 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The patching of Android kernel and Android system. - A new kernel-based root solution for Android devices. - APM: Support for modules similar to Magisk. -- KPM: Support for modules that allow you to inject any code into the kernel (Requires kernel function `inline-hook` and `syscall-table-hook` enabled). +- KPM: Support for modules that allow you to inject any code into the kernel (Provides kernel function `inline-hook` and `syscall-table-hook`). - APatch relies on [KernelPatch](https://github.com/bmax121/KernelPatch/). - The APatch UI and the APModule source code have been derived and modified from [KernelSU](https://github.com/tiann/KernelSU).