You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
Do you know if the issue can be reproduced on other linux distros(fedora/debian/ubuntu etc) other than android?
Frankly I didn't follow the android development recently, so this project hasn't been tested on android for quite sometime. And I doesn't get a android 12 phone at hand and it would be time consuming to install a android emulator...
Anyway, I will look into the issue when I have time. Thanks!
Fwiw, Kernel 4.14 seems to be used as early as Android 10 in some devices
The project bmax121/KernelPatch looks interesting, but I am not sure if it uses a (new) way to disable this "additional protection", or it just patches the kernel memory before those additional protections got activated (the project patches the kernel image file and hooks into the very early init phases)
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.:
Stackoverflow Android 12 kernel 4.14.190
m0nad/Diamorphine#37
The dmesg.log
I am using 4.14 (had to make a few adjustments to the code).
On another phone with kernel 4.4 I had no issue hijacking some kernel symbols.
The text was updated successfully, but these errors were encountered: