Quote:
Originally Posted by CrazyCoder
It would be great if you could elaborate how one can do this patch. This would help people when future updates are released and we have to do it again.
|
Eventually it will be possible using my mergesmali.exe and smali patches.
Right now baksmali (in apktool) is not up to speed so that I have to use my (recently updated) dexdump.exe to figure out offsets inside classes.dex
Then I have to hexedit it by hand.
At this very moment I'm working on "kpatch.exe".
It's a utility for patching kernels where all the addresses have changed.
It works in tandem with "kallsyms.exe".