amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
619 stars 124 forks source link

Mods ported for firmware v2.01.31 #93

Closed egzumer closed 9 months ago

amnemonic commented 9 months ago

Woah dude! That's awesome 👍

egzumer commented 9 months ago

For mod_my_bootscreen_narrow.py I can't understand the injected binary code but the addresses are shifted as follows, if that is any help: 0x9B3C -> 0x9BAC 0xD1f0 -> 0xD264

amnemonic commented 9 months ago

Injected code is this ASM code. If function copymem is still located at 0x0178 then it should work.

egzumer commented 9 months ago

0x0178 has moved to 0x1A0 from what I can tell.