Esempio n. 1
0
    def fge(self):
        logging.info("Triggering Factory Global Erase...")

        dapVendor(self.transport.interface, 2)

        # Reconnect debugger
        self.transport.init()
Esempio n. 2
0
    def fge(self):
        logging.info("Triggering Factory Global Erase...")

        dapVendor(self.transport.interface, 2)

        # Reconnect debugger
        self.transport.init()
Esempio n. 3
0
    def dsb(self):
        logging.info("Triggering Destructive Security Bypass...")

        dapVendor(self.transport.interface, 1)

        # Reconnect debugger
        self.transport.init()
Esempio n. 4
0
    def dsb(self):
        logging.info("Triggering Destructive Security Bypass...")

        dapVendor(self.transport.interface, 1)

        # Reconnect debugger
        self.transport.init()