mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Add 9x15
This commit is contained in:
parent
268e5f2a4a
commit
c9b751f01e
1 changed files with 6 additions and 0 deletions
|
@ -252,6 +252,12 @@ class SierraGenerator():
|
|||
if openlock != '03940D7067145323':
|
||||
return False
|
||||
|
||||
challenge = "2387885E7D290FEE" # Verified
|
||||
devicegeneration = "MDM9x15A"
|
||||
openlock = self.run(devicegeneration, challenge, 0)
|
||||
if openlock != '676E10308BF05EE3':
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
def SierraPreInit(self, counter, key, keylen, challengelen, mcount):
|
||||
|
|
Loading…
Reference in a new issue