Fix brom detection bug

This commit is contained in:
Bjoern Kerler 2021-12-17 17:14:17 +01:00
parent 615741c441
commit 82f8d2ce02

3
mtk
View file

@ -258,8 +258,7 @@ class Mtk(metaclass=LogBase):
return rmtk
def bypass_security(self):
if not self.config.is_brom:
mtk = self.crasher()
mtk = self.crasher()
plt = PLTools(mtk, self.__logger.level)
if self.config.payloadfile is None:
if self.config.chipconfig.loader is None: