mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix brom brute
This commit is contained in:
parent
bd1174ac02
commit
181fe38765
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Kamakiri(metaclass=LogBase):
|
|||
def bruteforce2(self, args, startaddr=0x9900):
|
||||
found = False
|
||||
while not found:
|
||||
self.mtk.init()
|
||||
#self.mtk.init()
|
||||
self.mtk.preloader.display = False
|
||||
if self.mtk.preloader.init(display=False):
|
||||
self.mtk = self.mtk.crasher(display=False)
|
||||
|
|
Loading…
Reference in a new issue