bmax121 / KernelPatch

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

A bin for patch the boot dron recovery #60

Closed TDD788 closed 7 months ago

TDD788 commented 7 months ago

Hello, I want you to provide a bin which has the utility of patching the boot from the recovery since I am a recovery builder and until now I can't get it together because I don't fully understand your tool

bmax121 commented 7 months ago

But I don't know how to adapt with recovery, Is there any simplest dome

TDD788 commented 7 months ago

But I don't know how to adapt with recovery, Is there any simplest dome

just creating the kpatch in well format to do some AKP style --superkey "BruhPosible"

bmax121 commented 7 months ago

I can't understand, what's AKP style

TDD788 commented 7 months ago

I can't understand, what's AKP style

I mean an Android Kernel Patcher, practically APatch simplified in 1 bin

TDD788 commented 7 months ago

Let it be something like you write the bin or command and it is executed in shell or bash style which does the APatch processes only with the kpatch and apd bins or those that are necessary It would be like a SU but to patch

bmax121 commented 7 months ago

1: get boot image and unpack it to get kernel image 2: patch kernel image: kptools -p -k xxxxxx -s xxxxx ....

TDD788 commented 7 months ago

Thanks now with that I will practically have a patcher

TDD788 commented 7 months ago

I will use good termux and kptools