Skip to content

Commit

Permalink
Update v6.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Jun 26, 2024
1 parent e9464f8 commit b84d16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/Library/DA/xml/extension/v6.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def patch_da2(self, _da2):
else:
idx2 = find_binary(da2patched,
b"\xF0\x4D\x2D\xE9\x18\xB0\x8D\xE2\x82\xDF\x4D\xE2\x01\x60\xA0" +
"\xE1\x38\x19\x0F\xE3\x00\x70\xA0\xE1\x42\x0F\x8D\xE2")
b"\xE1\x38\x19\x0F\xE3\x00\x70\xA0\xE1\x42\x0F\x8D\xE2")
if idx2 is not None:
da2patched[idx2:idx2 + 8] = b"\x00\x00\xA0\xE3\x1E\xFF\x2F\xE1"
self.info("Patched Vivo Remote SLA authentification.")
Expand Down

0 comments on commit b84d16f

Please sign in to comment.