Fix legacy F0 issue on 8176

This commit is contained in:
Bjoern Kerler 2023-02-09 14:08:15 +01:00
parent c15f747b34
commit 19ee101de3
No known key found for this signature in database
GPG key ID: 52E823BB96A55380

View file

@ -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}