mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix legacy F0 issue on 8176
This commit is contained in:
parent
c15f747b34
commit
19ee101de3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class legacyext(metaclass=LogBase):
|
|||
self.info("Legacy DA2 is patched.")
|
||||
else:
|
||||
self.warning("Legacy address check not patched.")
|
||||
check_addr2 = find_binary(da2, bytes.fromhex("30 B5 85 B0 03 AB 4A F2 C8 64 68 46 01 A9 02"))
|
||||
check_addr2 = find_binary(da2, b"\x30\xB5\x85\xB0\x03\xAB.\xF2..\x68\x46\x01\xA9\x02")
|
||||
if check_addr2 is not None:
|
||||
"""
|
||||
PUSH {R4-R6,LR}
|
||||
|
|
Loading…
Reference in a new issue