KernelPatch icon indicating copy to clipboard operation
KernelPatch copied to clipboard

Patching and hooking the Linux kernel with only a stripped Linux kernel image.

Results 107 KernelPatch issues
Sort by recently updated
recently updated
newest added

机器:redmi12c 系统:[Global HyperOS 1.0.3.0.UCVMIXM](https://miuirom.org/phones/redmi-12c?unapproved=14274&moderation-hash=ff51647ed5d73f4394402573aefd863b#Global) 安卓版本:14 现象:apatch app修补和命令行修改刷入都成功,无法启动,卡开机redmi图标页,然后循环重启。falsh 原始 boot 后正常恢复。 D:\Android\apatch\bin>magiskboot.exe unpack boot.img Parsing image: [boot.img] HEADER_VER [2] KERNEL_SZ [12629877] RAMDISK_SZ [16214206] SECOND_SZ [0] RECOV_DTBO_SZ [0] DTB_SZ [147873] OS_VERSION [12.0.0]...

It was working fine with 0.10.5 but as soon as you switched to 0.10.6-dev in [064f079](https://github.com/bmax121/APatch/commit/064f079eccfa852f17ca22fdfac8921635ea296d). It stopped working and 0.10.6-dev seems to have this single commit only - [8c2d2ae](https://github.com/bmax121/KernelPatch/commit/8c2d2ae91fdff4c0fc366d141e0a2f12f2248fa8)...

https://github.com/bmax121/KernelPatch/blob/91df9a771b3dad1ef44b4f8401cb461ee7899ac3/tools/kallsym.c#L568C13-L568C16 in https://elixir.bootlin.com/linux/v5.19.17/source/include/linux/kallsyms.h #define KSYM_NAME_LEN 128

I want to call do_mount() but it is not present yet.

Known bugs: - [ ] Exclude list not works, it is excluding everything now - [ ] There's still a suspicious mount point for excluded application.

The following two information are what I need to fix the problem ![1](https://github.com/bmax121/KernelPatch/assets/42300169/4a8a6664-d499-4c0a-bb8a-118a02fc44a8) ![2](https://github.com/bmax121/KernelPatch/assets/42300169/3e28708e-8c93-4b03-93df-dad9d1d0f416) ![3](https://github.com/bmax121/KernelPatch/assets/42300169/55c23970-9231-4fc1-817e-a1f7c164ab50) 1. Your kernel image. boot.img is too big, you can use 'magiskboot unpack boot.img' to...

This PR fixes some compile error for clang when I was trying to cross compile kpimg. ```shell KernelPatch/kernel/include/cache.h:48:45: error: value size does not match register size specified by the constraint...

**Currently, there is no immediate solution. You need to troubleshoot it yourself or provide the device to me for further investigation.** hello my mobile is android 13 xiaomi Pad 6...

I'm using the modified software on my phone. Lineage os A14. APatch version is 10570. I will send the log from APatch app. The image extracted, and after flashing with...

The following two information are what I need to fix the problem 1. Your kernel image. boot.img is too big, you can use 'magiskboot unpack boot.img' to get kernel image...