kernel-hook-framework
kernel-hook-framework copied to clipboard
A generic linux kernel inline hook framework for arm32, arm64, x86, x86_64 and powerpc
Hi, there seems to be a general problem with "unprotecting" the kernel regions / making them writable on newer android kernels. At least it is mentioned at different places, e.g.:...
I have planned to support more CPU arches, mainly due to my work needs and personal interests. Writing assembly and hacking is too much of fun! But I want to...
Unknown symbol d_backing_inode (err 0) in android kernel version: 3.10.73
Hi, Im on VM running XUbuntu 22.04 x64, `Linux xubun2204 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux` and I loaded hook I compiled the...
When maintaining this project, I noticed there are plenty of users who using this framework on their Android devices, and not surprised, kernel crash issues will occure. Frankly this gives...