bmax121 / KernelPatch

Patching and hooking the Linux kernel with only a stripped Linux kernel image.
GNU General Public License v2.0
728 stars 123 forks source link

Patch Failed (Device Name) (Device Kerenl Version) #47

Open bzmshang opened 9 months ago

bzmshang commented 9 months ago

First, confirm whether your kernel has CONFIG_KALLSYMS_ALL=y enabled. If not or cannot be sure, please wait for support.

The following two information are what I need to fix the problem

  1. Your boot.img or kernel image

https://t.me/APatch_CN_Group/60093

Upload to here or file download path

  1. The real symbol informations corresponding to your boot.img or kernel It can be obtained through the following two commands under root.
    echo 1 > /proc/sys/kernel/kptr_restrict
    cat /proc/kallsyms

Upload to here or file download path

1.txt

bmax121 commented 9 months ago

[Uploading kernel.zip…]()

save kernel image here